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