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