#[repr(C)]pub struct _GNetworkService {
pub parent_instance: GObject,
pub priv_: *mut GNetworkServicePrivate,
}
Fields§
§parent_instance: GObject
§priv_: *mut GNetworkServicePrivate
Trait Implementations§
Source§impl Clone for _GNetworkService
impl Clone for _GNetworkService
Source§fn clone(&self) -> _GNetworkService
fn clone(&self) -> _GNetworkService
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _GNetworkService
impl Debug for _GNetworkService
Source§impl PartialEq for _GNetworkService
impl PartialEq for _GNetworkService
impl Copy for _GNetworkService
impl Eq for _GNetworkService
impl StructuralPartialEq for _GNetworkService
Auto Trait Implementations§
impl Freeze for _GNetworkService
impl RefUnwindSafe for _GNetworkService
impl !Send for _GNetworkService
impl !Sync for _GNetworkService
impl Unpin for _GNetworkService
impl UnwindSafe for _GNetworkService
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