#[repr(C)]pub struct Params {
pub curve: usize,
pub kind: usize,
pub object: *mut u8,
}Expand description
Parameters of drop
Fields§
§curve: usizeThe curve.
kind: usizeThe kind of object (private or shared).
object: *mut u8The object.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Params
impl RefUnwindSafe for Params
impl !Send for Params
impl !Sync for Params
impl Unpin for Params
impl UnwindSafe for Params
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