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