pub enum LBDLW {
BIT10,
BIT11,
}
Expand description
Values that can be written to the field LBDL
Variants§
Auto Trait Implementations§
impl Freeze for LBDLW
impl RefUnwindSafe for LBDLW
impl Send for LBDLW
impl Sync for LBDLW
impl Unpin for LBDLW
impl UnwindSafe for LBDLW
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