#[repr(C)]pub struct WKSTA_INFO_1033 {
pub wki1033_max_threads: u32,
}
Fields§
§wki1033_max_threads: u32
Trait Implementations§
§impl Clone for WKSTA_INFO_1033
impl Clone for WKSTA_INFO_1033
impl Copy for WKSTA_INFO_1033
Auto Trait Implementations§
impl RefUnwindSafe for WKSTA_INFO_1033
impl Send for WKSTA_INFO_1033
impl Sync for WKSTA_INFO_1033
impl Unpin for WKSTA_INFO_1033
impl UnwindSafe for WKSTA_INFO_1033
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