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