#[repr(C)]pub struct WS_TCP_POLICY_DESCRIPTION {
pub channelProperties: WS_CHANNEL_PROPERTIES,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields
channelProperties: WS_CHANNEL_PROPERTIES
Trait Implementations
impl Clone for WS_TCP_POLICY_DESCRIPTION
impl Clone for WS_TCP_POLICY_DESCRIPTION
impl Copy for WS_TCP_POLICY_DESCRIPTION
Auto Trait Implementations
impl RefUnwindSafe for WS_TCP_POLICY_DESCRIPTION
impl !Send for WS_TCP_POLICY_DESCRIPTION
impl !Sync for WS_TCP_POLICY_DESCRIPTION
impl Unpin for WS_TCP_POLICY_DESCRIPTION
impl UnwindSafe for WS_TCP_POLICY_DESCRIPTION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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