#[repr(C)]pub struct fpos<_StateT> {
pub _M_off: streamoff,
pub _M_state: _StateT,
pub _phantom_0: PhantomData<UnsafeCell<_StateT>>,
}
Fields§
§_M_off: streamoff
§_M_state: _StateT
§_phantom_0: PhantomData<UnsafeCell<_StateT>>
Trait Implementations§
impl<_StateT: Eq> Eq for fpos<_StateT>
impl<_StateT> StructuralPartialEq for fpos<_StateT>
Auto Trait Implementations§
impl<_StateT> Freeze for fpos<_StateT>where
_StateT: Freeze,
impl<_StateT> !RefUnwindSafe for fpos<_StateT>
impl<_StateT> Send for fpos<_StateT>where
_StateT: Send,
impl<_StateT> !Sync for fpos<_StateT>
impl<_StateT> Unpin for fpos<_StateT>where
_StateT: Unpin,
impl<_StateT> UnwindSafe for fpos<_StateT>where
_StateT: UnwindSafe,
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