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