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