#[repr(u8)]pub enum LpcalbSl {
WRITE_ALLOWED = 0,
WRITE_NOT_ALLOWED = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for LpcalbSl
impl Ord for LpcalbSl
Source§impl PartialOrd for LpcalbSl
impl PartialOrd for LpcalbSl
impl Copy for LpcalbSl
impl Eq for LpcalbSl
impl StructuralPartialEq for LpcalbSl
Auto Trait Implementations§
impl Freeze for LpcalbSl
impl RefUnwindSafe for LpcalbSl
impl Send for LpcalbSl
impl Sync for LpcalbSl
impl Unpin for LpcalbSl
impl UnwindSafe for LpcalbSl
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