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