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