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