#[repr(u8)]pub enum Wayselect {
Way0 = 0,
Way1 = 1,
Way2 = 2,
Way3 = 3,
}
Expand description
Invalidate Way
Value on reset: 0
Variants§
Way0 = 0
0: Way 0 is selection for index invalidation
Way1 = 1
1: Way 1 is selection for index invalidation
Way2 = 2
2: Way 2 is selection for index invalidation
Way3 = 3
3: Way 3 is selection for index invalidation
Trait Implementations§
impl Copy for Wayselect
impl Eq for Wayselect
impl IsEnum for Wayselect
impl StructuralPartialEq for Wayselect
Auto Trait Implementations§
impl Freeze for Wayselect
impl RefUnwindSafe for Wayselect
impl Send for Wayselect
impl Sync for Wayselect
impl Unpin for Wayselect
impl UnwindSafe for Wayselect
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