#[repr(C)]pub struct _GInetSocketAddressClass {
pub parent_class: GSocketAddressClass,
}Fields§
§parent_class: GSocketAddressClassTrait Implementations§
Auto 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