pub enum WidthType {
Dxa,
Auto,
Pct,
Nil,
Unsupported,
}
Variants§
Trait Implementations§
impl Copy for WidthType
impl StructuralPartialEq for WidthType
Auto Trait Implementations§
impl Freeze for WidthType
impl RefUnwindSafe for WidthType
impl Send for WidthType
impl Sync for WidthType
impl Unpin for WidthType
impl UnwindSafe for WidthType
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