Struct bare_metal::Peripheral
source · pub struct Peripheral<T>where
T: 'static,{ /* private fields */ }
Expand description
A peripheral
Implementations§
source§impl<T> Peripheral<T>
impl<T> Peripheral<T>
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Peripheral<T>
impl<T> RefUnwindSafe for Peripheral<T>where
T: RefUnwindSafe,
impl<T> !Send for Peripheral<T>
impl<T> !Sync for Peripheral<T>
impl<T> Unpin for Peripheral<T>
impl<T> UnwindSafe for Peripheral<T>where
T: RefUnwindSafe,
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