pub enum AlignAxis {
Height,
Width,
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AlignAxis
impl RefUnwindSafe for AlignAxis
impl Send for AlignAxis
impl Sync for AlignAxis
impl Unpin for AlignAxis
impl UnwindSafe for AlignAxis
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