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