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