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