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