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