#[repr(C)]pub union gf_func_a {
pub w32: Option<unsafe extern "C" fn(gf: GFP, a: gf_val_32_t) -> gf_val_32_t>,
pub w64: Option<unsafe extern "C" fn(gf: GFP, a: gf_val_64_t) -> gf_val_64_t>,
pub w128: Option<unsafe extern "C" fn(gf: GFP, a: gf_val_128_t, b: gf_val_128_t)>,
}Fields§
§w32: Option<unsafe extern "C" fn(gf: GFP, a: gf_val_32_t) -> gf_val_32_t>§w64: Option<unsafe extern "C" fn(gf: GFP, a: gf_val_64_t) -> gf_val_64_t>§w128: Option<unsafe extern "C" fn(gf: GFP, a: gf_val_128_t, b: gf_val_128_t)>Trait Implementations§
Auto Trait Implementations§
impl Freeze for gf_func_a
impl RefUnwindSafe for gf_func_a
impl Send for gf_func_a
impl Sync for gf_func_a
impl Unpin for gf_func_a
impl UnwindSafe for gf_func_a
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