#[repr(C, packed(1))]pub struct SIPAEVENT_VSM_IDK_INFO_PAYLOAD {
pub KeyAlgID: u32,
pub Anonymous: SIPAEVENT_VSM_IDK_INFO_PAYLOAD_0,
}
Fields§
§KeyAlgID: u32
§Anonymous: SIPAEVENT_VSM_IDK_INFO_PAYLOAD_0
Trait Implementations§
§impl Clone for SIPAEVENT_VSM_IDK_INFO_PAYLOAD
impl Clone for SIPAEVENT_VSM_IDK_INFO_PAYLOAD
impl Copy for SIPAEVENT_VSM_IDK_INFO_PAYLOAD
Auto Trait Implementations§
impl RefUnwindSafe for SIPAEVENT_VSM_IDK_INFO_PAYLOAD
impl Send for SIPAEVENT_VSM_IDK_INFO_PAYLOAD
impl Sync for SIPAEVENT_VSM_IDK_INFO_PAYLOAD
impl Unpin for SIPAEVENT_VSM_IDK_INFO_PAYLOAD
impl UnwindSafe for SIPAEVENT_VSM_IDK_INFO_PAYLOAD
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