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