#[repr(C)]pub struct _GSocketClientPrivate(/* private fields */);
Auto Trait Implementations§
impl Freeze for _GSocketClientPrivate
impl RefUnwindSafe for _GSocketClientPrivate
impl Send for _GSocketClientPrivate
impl Sync for _GSocketClientPrivate
impl Unpin for _GSocketClientPrivate
impl UnwindSafe for _GSocketClientPrivate
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