pub struct PMEM { /* private fields */ }
Expand description
Common memory space timing register
Implementations§
Auto Trait Implementations§
impl !Freeze for PMEM
impl !RefUnwindSafe for PMEM
impl Send for PMEM
impl !Sync for PMEM
impl Unpin for PMEM
impl UnwindSafe for PMEM
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