#[repr(C)]pub struct _GSocketService {
pub parent_instance: GSocketListener,
pub priv_: *mut GSocketServicePrivate,
}
Fields§
§parent_instance: GSocketListener
§priv_: *mut GSocketServicePrivate
Trait Implementations§
Source§impl Clone for _GSocketService
impl Clone for _GSocketService
Source§fn clone(&self) -> _GSocketService
fn clone(&self) -> _GSocketService
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 _GSocketService
impl Debug for _GSocketService
Source§impl PartialEq for _GSocketService
impl PartialEq for _GSocketService
impl Copy for _GSocketService
impl Eq for _GSocketService
impl StructuralPartialEq for _GSocketService
Auto Trait Implementations§
impl Freeze for _GSocketService
impl RefUnwindSafe for _GSocketService
impl !Send for _GSocketService
impl !Sync for _GSocketService
impl Unpin for _GSocketService
impl UnwindSafe for _GSocketService
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