pub enum PxPctAuto {
Px(f32),
Pct(f32),
Auto,
}
Variants§
Trait Implementations§
Source§impl From<PxPctAuto> for LengthPercentageAuto
impl From<PxPctAuto> for LengthPercentageAuto
impl Copy for PxPctAuto
impl StructuralPartialEq for PxPctAuto
Auto Trait Implementations§
impl Freeze for PxPctAuto
impl RefUnwindSafe for PxPctAuto
impl Send for PxPctAuto
impl Sync for PxPctAuto
impl Unpin for PxPctAuto
impl UnwindSafe for PxPctAuto
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