pub struct TS_CAL2 { /* private fields */ }Expand description
TS_CAL2 peripheral
Implementations§
Trait Implementations§
impl Copy for TS_CAL2
impl PeripheralType for TS_CAL2
Auto Trait Implementations§
impl Freeze for TS_CAL2
impl RefUnwindSafe for TS_CAL2
impl Send for TS_CAL2
impl Sync for TS_CAL2
impl Unpin for TS_CAL2
impl UnsafeUnpin for TS_CAL2
impl UnwindSafe for TS_CAL2
Blanket Implementations§
impl<T, I> Binding<I, NoHandler<I>> for T
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