pub enum TypeUnit {
Px(f64),
Rem(f64),
Em(f64),
Pt(f64),
}Variants§
Implementations§
Trait Implementations§
impl Copy for TypeUnit
impl StructuralPartialEq for TypeUnit
Auto Trait Implementations§
impl Freeze for TypeUnit
impl RefUnwindSafe for TypeUnit
impl Send for TypeUnit
impl Sync for TypeUnit
impl Unpin for TypeUnit
impl UnsafeUnpin for TypeUnit
impl UnwindSafe for TypeUnit
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