#[repr(C)]pub struct BigModExpParams {
pub base: *const u8,
pub base_len: u64,
pub exponent: *const u8,
pub exponent_len: u64,
pub modulus: *const u8,
pub modulus_len: u64,
}Fields§
§base: *const u8§base_len: u64§exponent: *const u8§exponent_len: u64§modulus: *const u8§modulus_len: u64Auto Trait Implementations§
impl Freeze for BigModExpParams
impl RefUnwindSafe for BigModExpParams
impl !Send for BigModExpParams
impl !Sync for BigModExpParams
impl Unpin for BigModExpParams
impl UnwindSafe for BigModExpParams
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