pub enum InsetEdge {
Px(Px),
Fill,
Fraction(f32),
Auto,
}Variants§
Trait Implementations§
impl Copy for InsetEdge
impl StructuralPartialEq for InsetEdge
Auto Trait Implementations§
impl Freeze for InsetEdge
impl RefUnwindSafe for InsetEdge
impl Send for InsetEdge
impl Sync for InsetEdge
impl Unpin for InsetEdge
impl UnsafeUnpin for InsetEdge
impl UnwindSafe for InsetEdge
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