#[repr(C)]pub enum GNetworkConnectivity {
Local = 1,
Limited = 2,
Portal = 3,
Full = 4,
}Variants§
Auto Trait Implementations§
impl Freeze for GNetworkConnectivity
impl RefUnwindSafe for GNetworkConnectivity
impl Send for GNetworkConnectivity
impl Sync for GNetworkConnectivity
impl Unpin for GNetworkConnectivity
impl UnwindSafe for GNetworkConnectivity
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