#[repr(C)]pub struct SSL_ECCKEY_BLOB {
pub dwCurveType: ULONG,
pub cbKey: ULONG,
}
Fields§
§dwCurveType: ULONG
§cbKey: ULONG
Trait Implementations§
Source§impl Clone for SSL_ECCKEY_BLOB
impl Clone for SSL_ECCKEY_BLOB
Source§fn clone(&self) -> SSL_ECCKEY_BLOB
fn clone(&self) -> SSL_ECCKEY_BLOB
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 Default for SSL_ECCKEY_BLOB
impl Default for SSL_ECCKEY_BLOB
Source§fn default() -> SSL_ECCKEY_BLOB
fn default() -> SSL_ECCKEY_BLOB
Returns the “default value” for a type. Read more
impl Copy for SSL_ECCKEY_BLOB
Auto Trait Implementations§
impl Freeze for SSL_ECCKEY_BLOB
impl RefUnwindSafe for SSL_ECCKEY_BLOB
impl Send for SSL_ECCKEY_BLOB
impl Sync for SSL_ECCKEY_BLOB
impl Unpin for SSL_ECCKEY_BLOB
impl UnwindSafe for SSL_ECCKEY_BLOB
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