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