Struct arb_sys::arf::arf_struct [−][src]
#[repr(C)]pub struct arf_struct {
pub exp: fmpz,
pub size: mp_size_t,
pub d: mantissa_struct,
}Fields
exp: fmpzsize: mp_size_td: mantissa_structTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for arf_struct
impl !Send for arf_struct
impl !Sync for arf_struct
impl Unpin for arf_struct
impl UnwindSafe for arf_struct
Blanket Implementations
Mutably borrows from an owned value. Read more