#[repr(C)]pub struct DIAGNOSTIC_REPORT_SIGNATURE {
pub eventName: [u16; 65],
pub parameters: [DIAGNOSTIC_REPORT_PARAMETER; 10],
}
Expand description
Required features: "Win32_Security_DiagnosticDataQuery"
Fields
eventName: [u16; 65]
parameters: [DIAGNOSTIC_REPORT_PARAMETER; 10]
Trait Implementations
impl Clone for DIAGNOSTIC_REPORT_SIGNATURE
impl Clone for DIAGNOSTIC_REPORT_SIGNATURE
impl Copy for DIAGNOSTIC_REPORT_SIGNATURE
Auto Trait Implementations
impl RefUnwindSafe for DIAGNOSTIC_REPORT_SIGNATURE
impl Send for DIAGNOSTIC_REPORT_SIGNATURE
impl Sync for DIAGNOSTIC_REPORT_SIGNATURE
impl Unpin for DIAGNOSTIC_REPORT_SIGNATURE
impl UnwindSafe for DIAGNOSTIC_REPORT_SIGNATURE
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