#[repr(C)]pub struct GSocketControlMessage {
pub parent_instance: GObject,
pub priv_: *mut GSocketControlMessagePrivate,
}Fields§
§parent_instance: GObject§priv_: *mut GSocketControlMessagePrivateAuto Trait Implementations§
impl Freeze for GSocketControlMessage
impl RefUnwindSafe for GSocketControlMessage
impl !Send for GSocketControlMessage
impl !Sync for GSocketControlMessage
impl Unpin for GSocketControlMessage
impl UnwindSafe for GSocketControlMessage
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