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