#[repr(C)]
pub union SIPAEVENT_VSM_IDK_INFO_PAYLOAD_0 {
pub RsaKeyInfo: SIPAEVENT_VSM_IDK_RSA_INFO,
}
Fields§
§RsaKeyInfo: SIPAEVENT_VSM_IDK_RSA_INFO
Trait Implementations§
§impl Clone for SIPAEVENT_VSM_IDK_INFO_PAYLOAD_0
impl Clone for SIPAEVENT_VSM_IDK_INFO_PAYLOAD_0
impl Copy for SIPAEVENT_VSM_IDK_INFO_PAYLOAD_0
Auto Trait Implementations§
impl RefUnwindSafe for SIPAEVENT_VSM_IDK_INFO_PAYLOAD_0
impl Send for SIPAEVENT_VSM_IDK_INFO_PAYLOAD_0
impl Sync for SIPAEVENT_VSM_IDK_INFO_PAYLOAD_0
impl Unpin for SIPAEVENT_VSM_IDK_INFO_PAYLOAD_0
impl UnwindSafe for SIPAEVENT_VSM_IDK_INFO_PAYLOAD_0
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