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