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