#[repr(u8)]pub enum AxisRange {
LowerHalf = 0,
UpperHalf = 1,
Full = 2,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AxisRange
impl RefUnwindSafe for AxisRange
impl Send for AxisRange
impl Sync for AxisRange
impl Unpin for AxisRange
impl UnwindSafe for AxisRange
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