Struct skia_bindings::std_fpos 
source · #[repr(C)]pub struct std_fpos<_StateT> {
    pub __st_: _StateT,
    pub __off_: std_streamoff,
    pub _phantom_0: PhantomData<UnsafeCell<_StateT>>,
}Fields§
§__st_: _StateT§__off_: std_streamoff§_phantom_0: PhantomData<UnsafeCell<_StateT>>Trait Implementations§
impl<_StateT: Copy> Copy for std_fpos<_StateT>
Auto Trait Implementations§
impl<_StateT> !RefUnwindSafe for std_fpos<_StateT>
impl<_StateT> Send for std_fpos<_StateT>where _StateT: Send,
impl<_StateT> !Sync for std_fpos<_StateT>
impl<_StateT> Unpin for std_fpos<_StateT>where _StateT: Unpin,
impl<_StateT> UnwindSafe for std_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