pub struct LP_APM { /* private fields */ }
Expand description
Low-power Access Permission Management Controller
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LP_APM
impl !Sync for LP_APM
impl Unpin for LP_APM
impl UnwindSafe for LP_APM
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