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