pub struct GUnixInputStreamPrivate(/* private fields */);Auto Trait Implementations§
impl Freeze for GUnixInputStreamPrivate
impl RefUnwindSafe for GUnixInputStreamPrivate
impl !Send for GUnixInputStreamPrivate
impl !Sync for GUnixInputStreamPrivate
impl Unpin for GUnixInputStreamPrivate
impl UnwindSafe for GUnixInputStreamPrivate
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