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