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