#[repr(C)]pub struct BigNum {
pub num: *mut Uint64,
pub size: Uint64,
}Fields§
§num: *mut Uint64§size: Uint64Trait Implementations§
impl Copy for BigNum
Auto Trait Implementations§
impl Freeze for BigNum
impl RefUnwindSafe for BigNum
impl !Send for BigNum
impl !Sync for BigNum
impl Unpin for BigNum
impl UnsafeUnpin for BigNum
impl UnwindSafe for BigNum
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