Struct style::stylist::ExtraStyleData
[−]
[src]
pub struct ExtraStyleData {}This struct holds data which users of Stylist may want to extract from stylesheets which can be done at the same time as updating.
Trait Implementations
impl Debug for ExtraStyleData[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Default for ExtraStyleData[src]
fn default() -> ExtraStyleData[src]
Returns the "default value" for a type. Read more
impl MallocSizeOf for ExtraStyleData[src]
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize[src]
Measure the heap usage of all descendant heap-allocated structures, but not the space taken up by the value itself. Read more