#[repr(C)]pub struct GInetSocketAddressClass {
pub parent_class: GSocketAddressClass,
}Fields§
§parent_class: GSocketAddressClassAuto Trait Implementations§
impl Freeze for GInetSocketAddressClass
impl RefUnwindSafe for GInetSocketAddressClass
impl !Send for GInetSocketAddressClass
impl !Sync for GInetSocketAddressClass
impl Unpin for GInetSocketAddressClass
impl UnwindSafe for GInetSocketAddressClass
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