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_streamimpl !Send for tsf_streamimpl !Sync for tsf_streamimpl Unpin for tsf_streamimpl UnwindSafe for tsf_streamBlanket Implementations
Mutably borrows from an owned value. Read more