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