#[repr(C)]pub struct GInetSocketAddressClass {
pub parent_class: GSocketAddressClass,
}Fields§
§parent_class: GSocketAddressClassTrait Implementations§
Source§impl Clone for GInetSocketAddressClass
impl Clone for GInetSocketAddressClass
Source§fn clone(&self) -> GInetSocketAddressClass
fn clone(&self) -> GInetSocketAddressClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GInetSocketAddressClass
Auto Trait Implementations§
impl !Send for GInetSocketAddressClass
impl !Sync for GInetSocketAddressClass
impl Freeze for GInetSocketAddressClass
impl RefUnwindSafe for GInetSocketAddressClass
impl Unpin for GInetSocketAddressClass
impl UnsafeUnpin 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