#[repr(C)]pub struct lc_keypair_t {
pub pk: [c_uchar; 32],
pub sk: [c_uchar; 64],
pub type_: c_int,
}Fields§
§pk: [c_uchar; 32]§sk: [c_uchar; 64]§type_: c_intTrait Implementations§
Source§impl Clone for lc_keypair_t
impl Clone for lc_keypair_t
Source§fn clone(&self) -> lc_keypair_t
fn clone(&self) -> lc_keypair_t
Returns a duplicate 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 moreSource§impl Debug for lc_keypair_t
impl Debug for lc_keypair_t
impl Copy for lc_keypair_t
Auto Trait Implementations§
impl Freeze for lc_keypair_t
impl RefUnwindSafe for lc_keypair_t
impl Send for lc_keypair_t
impl Sync for lc_keypair_t
impl Unpin for lc_keypair_t
impl UnwindSafe for lc_keypair_t
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