pub struct EXTTRIG { /* private fields */ }Expand description
FTM External Trigger
Implementations§
Auto Trait Implementations§
impl !Freeze for EXTTRIG
impl !RefUnwindSafe for EXTTRIG
impl Send for EXTTRIG
impl !Sync for EXTTRIG
impl Unpin for EXTTRIG
impl UnwindSafe for EXTTRIG
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