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