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