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