pub struct POEG { /* private fields */ }Expand description
Port Output Enable Module for GPT
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for POEG
impl RefUnwindSafe for POEG
impl !Sync for POEG
impl Unpin for POEG
impl UnwindSafe for POEG
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