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