pub struct TIMG7 { /* private fields */ }Expand description
TIMG7 peripheral
Implementations§
Trait Implementations§
impl Copy for TIMG7
impl PeripheralType for TIMG7
Auto Trait Implementations§
impl Freeze for TIMG7
impl RefUnwindSafe for TIMG7
impl Send for TIMG7
impl Sync for TIMG7
impl Unpin for TIMG7
impl UnwindSafe for TIMG7
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