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