Struct flipper0::ffi::_Bigint

source ·
pub struct _Bigint {
    pub _next: *mut _Bigint,
    pub _k: i32,
    pub _maxwds: i32,
    pub _sign: i32,
    pub _wds: i32,
    pub _x: [u32; 1],
}

Fields

_next: *mut _Bigint_k: i32_maxwds: i32_sign: i32_wds: i32_x: [u32; 1]

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.