pub struct GInetAddressPrivate(/* private fields */);Auto Trait Implementations§
impl Freeze for GInetAddressPrivate
impl RefUnwindSafe for GInetAddressPrivate
impl !Send for GInetAddressPrivate
impl !Sync for GInetAddressPrivate
impl Unpin for GInetAddressPrivate
impl UnwindSafe for GInetAddressPrivate
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