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