Struct wolf_crypto_sys::EncodedName
source · #[repr(C)]pub struct EncodedName {
pub nameLen: c_int,
pub totalLen: c_int,
pub type_: c_int,
pub used: c_int,
pub encoded: [byte; 128],
}Fields§
§nameLen: c_int§totalLen: c_int§type_: c_int§used: c_int§encoded: [byte; 128]Trait Implementations§
source§impl Clone for EncodedName
impl Clone for EncodedName
source§fn clone(&self) -> EncodedName
fn clone(&self) -> EncodedName
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 moresource§impl Debug for EncodedName
impl Debug for EncodedName
impl Copy for EncodedName
Auto Trait Implementations§
impl Freeze for EncodedName
impl RefUnwindSafe for EncodedName
impl Send for EncodedName
impl Sync for EncodedName
impl Unpin for EncodedName
impl UnwindSafe for EncodedName
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)