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