Struct windows_sys::Win32::System::Services::QUERY_SERVICE_LOCK_STATUSW
#[repr(C)]pub struct QUERY_SERVICE_LOCK_STATUSW {
pub fIsLocked: u32,
pub lpLockOwner: PWSTR,
pub dwLockDuration: u32,
}
Fields§
§fIsLocked: u32
§lpLockOwner: PWSTR
§dwLockDuration: u32
Trait Implementations§
§impl Clone for QUERY_SERVICE_LOCK_STATUSW
impl Clone for QUERY_SERVICE_LOCK_STATUSW
§fn clone(&self) -> QUERY_SERVICE_LOCK_STATUSW
fn clone(&self) -> QUERY_SERVICE_LOCK_STATUSW
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for QUERY_SERVICE_LOCK_STATUSW
Auto Trait Implementations§
impl Freeze for QUERY_SERVICE_LOCK_STATUSW
impl RefUnwindSafe for QUERY_SERVICE_LOCK_STATUSW
impl !Send for QUERY_SERVICE_LOCK_STATUSW
impl !Sync for QUERY_SERVICE_LOCK_STATUSW
impl Unpin for QUERY_SERVICE_LOCK_STATUSW
impl UnwindSafe for QUERY_SERVICE_LOCK_STATUSW
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)