#[repr(C)]pub union gf_extract {
pub w32: Option<unsafe extern "C" fn(gf: GFP, start: *mut c_void, bytes: c_int, index: c_int) -> gf_val_32_t>,
pub w64: Option<unsafe extern "C" fn(gf: GFP, start: *mut c_void, bytes: c_int, index: c_int) -> gf_val_64_t>,
pub w128: Option<unsafe extern "C" fn(gf: GFP, start: *mut c_void, bytes: c_int, index: c_int, rv: gf_val_128_t)>,
}Fields§
§w32: Option<unsafe extern "C" fn(gf: GFP, start: *mut c_void, bytes: c_int, index: c_int) -> gf_val_32_t>§w64: Option<unsafe extern "C" fn(gf: GFP, start: *mut c_void, bytes: c_int, index: c_int) -> gf_val_64_t>§w128: Option<unsafe extern "C" fn(gf: GFP, start: *mut c_void, bytes: c_int, index: c_int, rv: gf_val_128_t)>Trait Implementations§
Source§impl Clone for gf_extract
impl Clone for gf_extract
Source§fn clone(&self) -> gf_extract
fn clone(&self) -> gf_extract
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 gf_extract
impl Debug for gf_extract
impl Copy for gf_extract
Auto Trait Implementations§
impl Freeze for gf_extract
impl RefUnwindSafe for gf_extract
impl Send for gf_extract
impl Sync for gf_extract
impl Unpin for gf_extract
impl UnwindSafe for gf_extract
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