Struct windows_sys::Win32::System::Rpc::RPC_SEC_CONTEXT_KEY_INFO
[−]#[repr(C)]pub struct RPC_SEC_CONTEXT_KEY_INFO {
pub EncryptAlgorithm: u32,
pub KeySize: u32,
pub SignatureAlgorithm: u32,
}
Expand description
Required features: "Win32_System_Rpc"
Fields
EncryptAlgorithm: u32
KeySize: u32
SignatureAlgorithm: u32
Trait Implementations
impl Clone for RPC_SEC_CONTEXT_KEY_INFO
impl Clone for RPC_SEC_CONTEXT_KEY_INFO
impl Copy for RPC_SEC_CONTEXT_KEY_INFO
Auto Trait Implementations
impl RefUnwindSafe for RPC_SEC_CONTEXT_KEY_INFO
impl Send for RPC_SEC_CONTEXT_KEY_INFO
impl Sync for RPC_SEC_CONTEXT_KEY_INFO
impl Unpin for RPC_SEC_CONTEXT_KEY_INFO
impl UnwindSafe for RPC_SEC_CONTEXT_KEY_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more