#[repr(C)]pub struct gf {
pub multiply: gf_func_a_b,
pub divide: gf_func_a_b,
pub inverse: gf_func_a,
pub multiply_region: gf_region,
pub extract_word: gf_extract,
pub scratch: *mut c_void,
}Fields§
§multiply: gf_func_a_b§divide: gf_func_a_b§inverse: gf_func_a§multiply_region: gf_region§extract_word: gf_extract§scratch: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for gf
impl RefUnwindSafe for gf
impl !Send for gf
impl !Sync for gf
impl Unpin for gf
impl UnwindSafe for gf
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