Struct synthizer_sys::syz_CustomStreamDef
source · #[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
sourceimpl Clone for syz_CustomStreamDef
impl Clone for syz_CustomStreamDef
sourcefn clone(&self) -> syz_CustomStreamDef
fn clone(&self) -> syz_CustomStreamDef
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for syz_CustomStreamDef
impl Debug for syz_CustomStreamDef
sourceimpl Default for syz_CustomStreamDef
impl Default for syz_CustomStreamDef
impl Copy for syz_CustomStreamDef
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more