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