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