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