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