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