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