pub struct SWTRIGR { /* private fields */ }
Expand description
software trigger register
Implementations§
Auto Trait Implementations§
impl !Freeze for SWTRIGR
impl !RefUnwindSafe for SWTRIGR
impl Send for SWTRIGR
impl !Sync for SWTRIGR
impl Unpin for SWTRIGR
impl UnwindSafe for SWTRIGR
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