#[repr(C)]pub struct WSD_ENDPOINT_REFERENCE_LIST {
pub Next: *mut WSD_ENDPOINT_REFERENCE_LIST,
pub Element: *mut WSD_ENDPOINT_REFERENCE,
}
Expand description
Required features: "Win32_Devices_WebServicesOnDevices"
Fields
Next: *mut WSD_ENDPOINT_REFERENCE_LIST
Element: *mut WSD_ENDPOINT_REFERENCE
Trait Implementations
impl Clone for WSD_ENDPOINT_REFERENCE_LIST
impl Clone for WSD_ENDPOINT_REFERENCE_LIST
impl Copy for WSD_ENDPOINT_REFERENCE_LIST
Auto Trait Implementations
impl RefUnwindSafe for WSD_ENDPOINT_REFERENCE_LIST
impl !Send for WSD_ENDPOINT_REFERENCE_LIST
impl !Sync for WSD_ENDPOINT_REFERENCE_LIST
impl Unpin for WSD_ENDPOINT_REFERENCE_LIST
impl UnwindSafe for WSD_ENDPOINT_REFERENCE_LIST
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