#[repr(C)]pub struct MLKEM768_private_key {
pub opaque: MLKEM768_private_key__bindgen_ty_1,
}
Fields§
§opaque: MLKEM768_private_key__bindgen_ty_1
Trait Implementations§
Source§impl Clone for MLKEM768_private_key
impl Clone for MLKEM768_private_key
Source§fn clone(&self) -> MLKEM768_private_key
fn clone(&self) -> MLKEM768_private_key
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for MLKEM768_private_key
Auto Trait Implementations§
impl Freeze for MLKEM768_private_key
impl RefUnwindSafe for MLKEM768_private_key
impl Send for MLKEM768_private_key
impl Sync for MLKEM768_private_key
impl Unpin for MLKEM768_private_key
impl UnwindSafe for MLKEM768_private_key
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