#[repr(C)]pub struct _QUERY_SERVICE_LOCK_STATUSA {
pub fIsLocked: DWORD,
pub lpLockOwner: LPSTR,
pub dwLockDuration: DWORD,
}
Fields§
§fIsLocked: DWORD
§lpLockOwner: LPSTR
§dwLockDuration: DWORD
Trait Implementations§
Source§impl Clone for _QUERY_SERVICE_LOCK_STATUSA
impl Clone for _QUERY_SERVICE_LOCK_STATUSA
Source§fn clone(&self) -> _QUERY_SERVICE_LOCK_STATUSA
fn clone(&self) -> _QUERY_SERVICE_LOCK_STATUSA
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 moreSource§impl Debug for _QUERY_SERVICE_LOCK_STATUSA
impl Debug for _QUERY_SERVICE_LOCK_STATUSA
Source§impl Ord for _QUERY_SERVICE_LOCK_STATUSA
impl Ord for _QUERY_SERVICE_LOCK_STATUSA
Source§fn cmp(&self, other: &_QUERY_SERVICE_LOCK_STATUSA) -> Ordering
fn cmp(&self, other: &_QUERY_SERVICE_LOCK_STATUSA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for _QUERY_SERVICE_LOCK_STATUSA
impl PartialOrd for _QUERY_SERVICE_LOCK_STATUSA
impl Copy for _QUERY_SERVICE_LOCK_STATUSA
impl Eq for _QUERY_SERVICE_LOCK_STATUSA
impl StructuralPartialEq for _QUERY_SERVICE_LOCK_STATUSA
Auto Trait Implementations§
impl Freeze for _QUERY_SERVICE_LOCK_STATUSA
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§
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