#[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_StreamReadCallback§seek_cb: syz_StreamSeekCallback§close_cb: syz_StreamCloseCallback§destroy_cb: syz_StreamDestroyCallback§length: c_longlong§userdata: *mut c_voidTrait Implementations§
Source§impl Clone for syz_CustomStreamDef
impl Clone for syz_CustomStreamDef
Source§fn clone(&self) -> syz_CustomStreamDef
fn clone(&self) -> syz_CustomStreamDef
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for syz_CustomStreamDef
impl Debug for syz_CustomStreamDef
Source§impl Default for syz_CustomStreamDef
impl Default for syz_CustomStreamDef
impl Copy for syz_CustomStreamDef
Auto Trait Implementations§
impl Freeze for syz_CustomStreamDef
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more