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