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