#[repr(C)]pub struct _GInetSocketAddressPrivate(/* private fields */);
Auto Trait Implementations§
impl Freeze for _GInetSocketAddressPrivate
impl RefUnwindSafe for _GInetSocketAddressPrivate
impl Send for _GInetSocketAddressPrivate
impl Sync for _GInetSocketAddressPrivate
impl Unpin for _GInetSocketAddressPrivate
impl UnwindSafe for _GInetSocketAddressPrivate
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