#[repr(C)]pub struct WS_CONTRACT_DESCRIPTION {
pub operationCount: u32,
pub operations: *mut *mut WS_OPERATION_DESCRIPTION,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
, "Win32_Foundation"
Fields
operationCount: u32
operations: *mut *mut WS_OPERATION_DESCRIPTION
Trait Implementations
impl Clone for WS_CONTRACT_DESCRIPTION
impl Clone for WS_CONTRACT_DESCRIPTION
impl Copy for WS_CONTRACT_DESCRIPTION
Auto Trait Implementations
impl RefUnwindSafe for WS_CONTRACT_DESCRIPTION
impl !Send for WS_CONTRACT_DESCRIPTION
impl !Sync for WS_CONTRACT_DESCRIPTION
impl Unpin for WS_CONTRACT_DESCRIPTION
impl UnwindSafe for WS_CONTRACT_DESCRIPTION
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