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