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