Struct arb_sys::acb::acb_struct [−][src]
#[repr(C)]pub struct acb_struct {
pub real: arb_struct,
pub imag: arb_struct,
}Fields
real: arb_structimag: arb_structTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for acb_struct
impl !Send for acb_struct
impl !Sync for acb_struct
impl Unpin for acb_struct
impl UnwindSafe for acb_struct
Blanket Implementations
Mutably borrows from an owned value. Read more
