pub struct PAD { /* private fields */ }Expand description
Register block
Implementations§
Auto Trait Implementations§
impl !Freeze for PAD
impl !RefUnwindSafe for PAD
impl Send for PAD
impl !Sync for PAD
impl Unpin for PAD
impl UnwindSafe for PAD
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