#[repr(C)]pub struct arf_struct {
pub exp: fmpz,
pub size: mp_size_t,
pub d: mantissa_struct,
}Fields§
§exp: fmpz§size: mp_size_t§d: mantissa_structTrait Implementations§
Source§impl Clone for arf_struct
impl Clone for arf_struct
Source§fn clone(&self) -> arf_struct
fn clone(&self) -> arf_struct
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for arf_struct
impl Debug for arf_struct
impl Copy for arf_struct
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 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