pub struct GInputStream {
pub parent_instance: GObject,
/* private fields */
}Fields§
§parent_instance: GObjectAuto Trait Implementations§
impl Freeze for GInputStream
impl RefUnwindSafe for GInputStream
impl !Send for GInputStream
impl !Sync for GInputStream
impl Unpin for GInputStream
impl UnwindSafe for GInputStream
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