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