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