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