Struct tsf_sys::tsf_stream [−][src]
#[repr(C)]pub struct tsf_stream {
pub data: *mut c_void,
pub read: Option<unsafe extern "C" fn(data: *mut c_void, ptr: *mut c_void, size: c_uint) -> c_int>,
pub skip: Option<unsafe extern "C" fn(data: *mut c_void, count: c_uint) -> c_int>,
}Fields
data: *mut c_voidread: Option<unsafe extern "C" fn(data: *mut c_void, ptr: *mut c_void, size: c_uint) -> c_int>skip: Option<unsafe extern "C" fn(data: *mut c_void, count: c_uint) -> c_int>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for tsf_stream
impl !Send for tsf_stream
impl !Sync for tsf_stream
impl Unpin for tsf_stream
impl UnwindSafe for tsf_stream
Blanket Implementations
Mutably borrows from an owned value. Read more