#[repr(C)]pub struct dlog_bsgs_struct {
pub mod_: nmod_t,
pub m: ulong,
pub am: ulong,
pub g: ulong,
pub table: *mut apow_t,
}Fields§
§mod_: nmod_t§m: ulong§am: ulong§g: ulong§table: *mut apow_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for dlog_bsgs_struct
impl RefUnwindSafe for dlog_bsgs_struct
impl !Send for dlog_bsgs_struct
impl !Sync for dlog_bsgs_struct
impl Unpin for dlog_bsgs_struct
impl UnsafeUnpin for dlog_bsgs_struct
impl UnwindSafe for dlog_bsgs_struct
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