pub struct fontsize(/* private fields */);
Trait Implementations§
impl StructuralPartialEq 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