Struct gio_sys::GUnixConnection
source · [−]#[repr(C)]pub struct GUnixConnection {
pub parent_instance: GSocketConnection,
pub priv_: *mut GUnixConnectionPrivate,
}
Fields
parent_instance: GSocketConnection
priv_: *mut GUnixConnectionPrivate
Trait Implementations
sourceimpl Clone for GUnixConnection
impl Clone for GUnixConnection
sourcefn clone(&self) -> GUnixConnection
fn clone(&self) -> GUnixConnection
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GUnixConnection
impl Debug for GUnixConnection
impl Copy for GUnixConnection
Auto Trait Implementations
impl RefUnwindSafe for GUnixConnection
impl !Send for GUnixConnection
impl !Sync for GUnixConnection
impl Unpin for GUnixConnection
impl UnwindSafe for GUnixConnection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more