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