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