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