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