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