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