pub struct GSeekable { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for GSeekable
impl !Sync for GSeekable
impl !Unpin for GSeekable
impl Freeze for GSeekable
impl RefUnwindSafe for GSeekable
impl UnsafeUnpin for GSeekable
impl UnwindSafe for GSeekable
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