#[repr(C)]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