Struct accessibility_tree::style::values::FontSize
source · pub struct FontSize(pub Length);
Tuple Fields§
§0: Length
Trait Implementations§
source§impl EarlyFromSpecified for FontSize
impl EarlyFromSpecified for FontSize
fn early_from_specified( s: &SpecifiedLength, context: &EarlyCascadeContext<'_> ) -> Self
source§impl SpecifiedValue for FontSize
impl SpecifiedValue for FontSize
type SpecifiedValue = SpecifiedLength
impl Copy for FontSize
Auto Trait Implementations§
impl Freeze for FontSize
impl RefUnwindSafe for FontSize
impl Send for FontSize
impl Sync for FontSize
impl Unpin for FontSize
impl UnwindSafe for FontSize
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more