pub enum AxisSide {
Top,
Bottom,
Left,
Right,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AxisSide
impl RefUnwindSafe for AxisSide
impl Send for AxisSide
impl Sync for AxisSide
impl Unpin for AxisSide
impl UnwindSafe for AxisSide
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