pub struct PD10KR { /* private fields */ }
Expand description
Value of the field
Implementations§
Auto Trait Implementations§
impl Freeze for PD10KR
impl RefUnwindSafe for PD10KR
impl Send for PD10KR
impl Sync for PD10KR
impl Unpin for PD10KR
impl UnwindSafe for PD10KR
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