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