pub struct NKPacket2(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NKPacket2
impl RefUnwindSafe for NKPacket2
impl Send for NKPacket2
impl Sync for NKPacket2
impl Unpin for NKPacket2
impl UnwindSafe for NKPacket2
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