#[repr(C)]pub struct _GSocket {
pub parent_instance: GObject,
pub priv_: *mut GSocketPrivate,
}Fields
parent_instance: GObjectpriv_: *mut GSocketPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _GSocket
impl !Send for _GSocket
impl !Sync for _GSocket
impl Unpin for _GSocket
impl UnwindSafe for _GSocket
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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