Struct sndfile_sys::SF_VIRTUAL_IO[][src]

#[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_filelenseek: sf_vio_seekread: sf_vio_readwrite: sf_vio_writetell: sf_vio_tell

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.