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