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