#[repr(C)]pub struct GtkSocket {
pub container: GtkContainer,
pub priv_: *mut GtkSocketPrivate,
}
Fields
container: GtkContainer
priv_: *mut GtkSocketPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkSocket
impl !Send for GtkSocket
impl !Sync for GtkSocket
impl Unpin for GtkSocket
impl UnwindSafe for GtkSocket
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