pub struct GInetAddressMask {
pub parent_instance: GObject,
/* private fields */
}Fields§
§parent_instance: GObjectAuto Trait Implementations§
impl Freeze for GInetAddressMask
impl RefUnwindSafe for GInetAddressMask
impl !Send for GInetAddressMask
impl !Sync for GInetAddressMask
impl Unpin for GInetAddressMask
impl UnwindSafe for GInetAddressMask
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