Struct bare_metal::Peripheral 
source · [−]pub struct Peripheral<T>where
    T: 'static,{ /* private fields */ }Expand description
A peripheral
Implementations
sourceimpl<T> Peripheral<T>
 
impl<T> Peripheral<T>
Trait Implementations
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more