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