#[repr(C, packed(1))]pub struct SIPAEVENT_VSM_IDK_RSA_INFO {
pub KeyBitLength: u32,
pub PublicExpLengthBytes: u32,
pub ModulusSizeBytes: u32,
pub PublicKeyData: [u8; 1],
}
Expand description
Required features: "Win32_NetworkManagement_QoS"
Fields
KeyBitLength: u32
PublicExpLengthBytes: u32
ModulusSizeBytes: u32
PublicKeyData: [u8; 1]
Trait Implementations
impl Clone for SIPAEVENT_VSM_IDK_RSA_INFO
impl Clone for SIPAEVENT_VSM_IDK_RSA_INFO
impl Copy for SIPAEVENT_VSM_IDK_RSA_INFO
Auto Trait Implementations
impl RefUnwindSafe for SIPAEVENT_VSM_IDK_RSA_INFO
impl Send for SIPAEVENT_VSM_IDK_RSA_INFO
impl Sync for SIPAEVENT_VSM_IDK_RSA_INFO
impl Unpin for SIPAEVENT_VSM_IDK_RSA_INFO
impl UnwindSafe for SIPAEVENT_VSM_IDK_RSA_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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