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