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