#[repr(u8)]pub enum Csctrl3Up {
DOWN = 0,
UP = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Csctrl3Up
impl Ord for Csctrl3Up
Source§impl PartialOrd for Csctrl3Up
impl PartialOrd for Csctrl3Up
impl Copy for Csctrl3Up
impl Eq for Csctrl3Up
impl StructuralPartialEq for Csctrl3Up
Auto Trait Implementations§
impl Freeze for Csctrl3Up
impl RefUnwindSafe for Csctrl3Up
impl Send for Csctrl3Up
impl Sync for Csctrl3Up
impl Unpin for Csctrl3Up
impl UnwindSafe for Csctrl3Up
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