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