pub struct SCGCGPIO { /* private fields */ }Expand description
General-Purpose Input/Output Sleep Mode Clock Gating Control
Implementations§
Auto Trait Implementations§
impl !Freeze for SCGCGPIO
impl !RefUnwindSafe for SCGCGPIO
impl Send for SCGCGPIO
impl !Sync for SCGCGPIO
impl Unpin for SCGCGPIO
impl UnwindSafe for SCGCGPIO
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