#[repr(u8)]pub enum LpcalbHl {
WRITE_ACCESS_ALLOWED = 0,
WRITE_ACCESS_NOT_ALLOWED = 1,
}Variants§
WRITE_ACCESS_ALLOWED = 0
Write access is allowed.
WRITE_ACCESS_NOT_ALLOWED = 1
Write access is not allowed.
Implementations§
Trait Implementations§
Source§impl Ord for LpcalbHl
impl Ord for LpcalbHl
Source§impl PartialOrd for LpcalbHl
impl PartialOrd for LpcalbHl
impl Copy for LpcalbHl
impl Eq for LpcalbHl
impl StructuralPartialEq for LpcalbHl
Auto Trait Implementations§
impl Freeze for LpcalbHl
impl RefUnwindSafe for LpcalbHl
impl Send for LpcalbHl
impl Sync for LpcalbHl
impl Unpin for LpcalbHl
impl UnwindSafe for LpcalbHl
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