#[repr(C)]pub struct mpd_uint128_triple_t {
pub tag: mpd_triple_class,
pub sign: u8,
pub hi: u64,
pub lo: u64,
pub exp: i64,
}Fields§
§tag: mpd_triple_class§sign: u8§hi: u64§lo: u64§exp: i64Trait Implementations§
Source§impl Clone for mpd_uint128_triple_t
impl Clone for mpd_uint128_triple_t
Source§fn clone(&self) -> mpd_uint128_triple_t
fn clone(&self) -> mpd_uint128_triple_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 mpd_uint128_triple_t
impl Debug for mpd_uint128_triple_t
impl Copy for mpd_uint128_triple_t
Auto Trait Implementations§
impl Freeze for mpd_uint128_triple_t
impl RefUnwindSafe for mpd_uint128_triple_t
impl Send for mpd_uint128_triple_t
impl Sync for mpd_uint128_triple_t
impl Unpin for mpd_uint128_triple_t
impl UnsafeUnpin for mpd_uint128_triple_t
impl UnwindSafe for mpd_uint128_triple_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