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