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,
}
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§
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