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