Struct accessibility_tree::fonts::Em
source · pub struct Em;
Expand description
The EM square unit
Auto Trait Implementations§
impl RefUnwindSafe for Em
impl Send for Em
impl Sync for Em
impl Unpin for Em
impl UnwindSafe for Em
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