#[repr(C)]pub struct SERVICE_DELAYED_AUTO_START_INFO {
pub fDelayedAutostart: BOOL,
}
Expand description
Required features: "Win32_System_Services"
, "Win32_Foundation"
Fields
fDelayedAutostart: BOOL
Trait Implementations
impl Clone for SERVICE_DELAYED_AUTO_START_INFO
impl Clone for SERVICE_DELAYED_AUTO_START_INFO
impl Copy for SERVICE_DELAYED_AUTO_START_INFO
Auto Trait Implementations
impl RefUnwindSafe for SERVICE_DELAYED_AUTO_START_INFO
impl Send for SERVICE_DELAYED_AUTO_START_INFO
impl Sync for SERVICE_DELAYED_AUTO_START_INFO
impl Unpin for SERVICE_DELAYED_AUTO_START_INFO
impl UnwindSafe for SERVICE_DELAYED_AUTO_START_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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