#[repr(u8)]pub enum Hp0LEnet2 {
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 Hp0LEnet2
impl Ord for Hp0LEnet2
Source§impl PartialOrd for Hp0LEnet2
impl PartialOrd for Hp0LEnet2
impl Copy for Hp0LEnet2
impl Eq for Hp0LEnet2
impl StructuralPartialEq for Hp0LEnet2
Auto Trait Implementations§
impl Freeze for Hp0LEnet2
impl RefUnwindSafe for Hp0LEnet2
impl Send for Hp0LEnet2
impl Sync for Hp0LEnet2
impl Unpin for Hp0LEnet2
impl UnwindSafe for Hp0LEnet2
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