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