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