pub struct GTZC_MPCBB6 { /* private fields */ }Expand description
GTZC_MPCBB6 peripheral
Implementations§
Trait Implementations§
Source§impl Clone for GTZC_MPCBB6
impl Clone for GTZC_MPCBB6
Source§impl Debug for GTZC_MPCBB6
impl Debug for GTZC_MPCBB6
Source§impl Format for GTZC_MPCBB6
impl Format for GTZC_MPCBB6
impl Copy for GTZC_MPCBB6
impl PeripheralType for GTZC_MPCBB6
Auto Trait Implementations§
impl Freeze for GTZC_MPCBB6
impl RefUnwindSafe for GTZC_MPCBB6
impl Send for GTZC_MPCBB6
impl Sync for GTZC_MPCBB6
impl Unpin for GTZC_MPCBB6
impl UnwindSafe for GTZC_MPCBB6
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToMutAligned for Twhere
T: ?Sized,
impl<T> ToMutAligned for Twhere
T: ?Sized,
Source§fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
Create a type-checked aligned value from a value that is aligned.