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