#[repr(C)]pub struct n_factor_t {
pub num: c_int,
pub exp: [c_int; 15],
pub p: [ulong; 15],
}Fields§
§num: c_int§exp: [c_int; 15]§p: [ulong; 15]Auto Trait Implementations§
impl Freeze for n_factor_t
impl RefUnwindSafe for n_factor_t
impl Send for n_factor_t
impl Sync for n_factor_t
impl Unpin for n_factor_t
impl UnwindSafe for n_factor_t
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