#[repr(C, align(16))]pub struct wc_HashAlg {
pub alg: wc_Hashes,
pub type_: wc_HashType,
pub heap: *mut c_void,
}Fields§
§alg: wc_Hashes§type_: wc_HashType§heap: *mut c_voidTrait Implementations§
Source§impl Clone for wc_HashAlg
impl Clone for wc_HashAlg
Source§fn clone(&self) -> wc_HashAlg
fn clone(&self) -> wc_HashAlg
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 moreimpl Copy for wc_HashAlg
Auto Trait Implementations§
impl Freeze for wc_HashAlg
impl RefUnwindSafe for wc_HashAlg
impl !Send for wc_HashAlg
impl !Sync for wc_HashAlg
impl Unpin for wc_HashAlg
impl UnwindSafe for wc_HashAlg
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