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