Struct windows_sys::Win32::System::Services::SERVICE_PRESHUTDOWN_INFO
[−]#[repr(C)]pub struct SERVICE_PRESHUTDOWN_INFO {
pub dwPreshutdownTimeout: u32,
}
Expand description
Required features: "Win32_System_Services"
Fields
dwPreshutdownTimeout: u32
Trait Implementations
impl Clone for SERVICE_PRESHUTDOWN_INFO
impl Clone for SERVICE_PRESHUTDOWN_INFO
impl Copy for SERVICE_PRESHUTDOWN_INFO
Auto Trait Implementations
impl RefUnwindSafe for SERVICE_PRESHUTDOWN_INFO
impl Send for SERVICE_PRESHUTDOWN_INFO
impl Sync for SERVICE_PRESHUTDOWN_INFO
impl Unpin for SERVICE_PRESHUTDOWN_INFO
impl UnwindSafe for SERVICE_PRESHUTDOWN_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