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