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