#[repr(C)]pub struct arf_struct {
pub exp: fmpz,
pub size: slong,
pub d: mantissa_struct,
}Fields§
§exp: fmpz§size: slong§d: mantissa_structTrait Implementations§
Auto Trait Implementations§
impl Freeze for arf_struct
impl RefUnwindSafe for arf_struct
impl !Send for arf_struct
impl !Sync for arf_struct
impl Unpin for arf_struct
impl UnsafeUnpin for arf_struct
impl UnwindSafe for arf_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