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