#[repr(u8)]pub enum SaLEnet {
L_ENET_0 = 0,
L_ENET_1 = 1,
}Variants§
L_ENET_0 = 0
No lock-the adjacent (next lower) bit can be written by the software.
L_ENET_1 = 1
Lock-the adjacent (next lower) bit can’t be written by the software.
Implementations§
Trait Implementations§
Source§impl Ord for SaLEnet
impl Ord for SaLEnet
Source§impl PartialOrd for SaLEnet
impl PartialOrd for SaLEnet
impl Copy for SaLEnet
impl Eq for SaLEnet
impl StructuralPartialEq for SaLEnet
Auto Trait Implementations§
impl Freeze for SaLEnet
impl RefUnwindSafe for SaLEnet
impl Send for SaLEnet
impl Sync for SaLEnet
impl Unpin for SaLEnet
impl UnwindSafe for SaLEnet
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