#[repr(C)]pub struct SCESVC_ANALYSIS_INFO {
pub Count: u32,
pub Lines: *mut SCESVC_ANALYSIS_LINE,
}
Expand description
Required features: "Win32_Security_ConfigurationSnapin"
Fields
Count: u32
Lines: *mut SCESVC_ANALYSIS_LINE
Trait Implementations
impl Clone for SCESVC_ANALYSIS_INFO
impl Clone for SCESVC_ANALYSIS_INFO
impl Copy for SCESVC_ANALYSIS_INFO
Auto Trait Implementations
impl RefUnwindSafe for SCESVC_ANALYSIS_INFO
impl !Send for SCESVC_ANALYSIS_INFO
impl !Sync for SCESVC_ANALYSIS_INFO
impl Unpin for SCESVC_ANALYSIS_INFO
impl UnwindSafe for SCESVC_ANALYSIS_INFO
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