#[repr(C)]pub struct SF_VIRTUAL_IO {
pub get_filelen: sf_vio_get_filelen,
pub seek: sf_vio_seek,
pub read: sf_vio_read,
pub write: sf_vio_write,
pub tell: sf_vio_tell,
}Fields§
§get_filelen: sf_vio_get_filelen§seek: sf_vio_seek§read: sf_vio_read§write: sf_vio_write§tell: sf_vio_tellTrait Implementations§
Auto Trait Implementations§
impl Freeze for SF_VIRTUAL_IO
impl RefUnwindSafe for SF_VIRTUAL_IO
impl Send for SF_VIRTUAL_IO
impl Sync for SF_VIRTUAL_IO
impl Unpin for SF_VIRTUAL_IO
impl UnwindSafe for SF_VIRTUAL_IO
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