#[repr(C)]pub struct WKSTA_INFO_1052 {
pub wki1052_use_lock_read_unlock: BOOL,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§wki1052_use_lock_read_unlock: BOOL
Trait Implementations§
§impl Clone for WKSTA_INFO_1052
impl Clone for WKSTA_INFO_1052
impl Copy for WKSTA_INFO_1052
Auto Trait Implementations§
impl RefUnwindSafe for WKSTA_INFO_1052
impl Send for WKSTA_INFO_1052
impl Sync for WKSTA_INFO_1052
impl Unpin for WKSTA_INFO_1052
impl UnwindSafe for WKSTA_INFO_1052
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