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