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