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