Struct gio_sys::GNetworkMonitor
source · #[repr(C)]pub struct GNetworkMonitor { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GNetworkMonitor
impl !Send for GNetworkMonitor
impl !Sync for GNetworkMonitor
impl !Unpin for GNetworkMonitor
impl UnwindSafe for GNetworkMonitor
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