#[repr(C)]pub struct _GUnixConnectionPrivate { /* private fields */ }
Trait Implementations§
Source§impl Clone for _GUnixConnectionPrivate
impl Clone for _GUnixConnectionPrivate
Source§fn clone(&self) -> _GUnixConnectionPrivate
fn clone(&self) -> _GUnixConnectionPrivate
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 _GUnixConnectionPrivate
impl Debug for _GUnixConnectionPrivate
impl Copy for _GUnixConnectionPrivate
Auto Trait Implementations§
impl Freeze for _GUnixConnectionPrivate
impl RefUnwindSafe for _GUnixConnectionPrivate
impl Send for _GUnixConnectionPrivate
impl Sync for _GUnixConnectionPrivate
impl Unpin for _GUnixConnectionPrivate
impl UnwindSafe for _GUnixConnectionPrivate
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