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