Struct synthizer_sys::syz_CustomStreamDef [−][src]
#[repr(C)]pub struct syz_CustomStreamDef {
pub read_cb: syz_StreamReadCallback,
pub seek_cb: syz_StreamSeekCallback,
pub close_cb: syz_StreamCloseCallback,
pub destroy_cb: syz_StreamDestroyCallback,
pub length: c_longlong,
pub userdata: *mut c_void,
}Fields
read_cb: syz_StreamReadCallbackseek_cb: syz_StreamSeekCallbackclose_cb: syz_StreamCloseCallbackdestroy_cb: syz_StreamDestroyCallbacklength: c_longlonguserdata: *mut c_voidTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for syz_CustomStreamDef
impl !Send for syz_CustomStreamDef
impl !Sync for syz_CustomStreamDef
impl Unpin for syz_CustomStreamDef
impl UnwindSafe for syz_CustomStreamDef
Blanket Implementations
Mutably borrows from an owned value. Read more