#[repr(C)]pub struct RESPONSEBODY_GetMetadata {
pub Metadata: *mut WSD_METADATA_SECTION_LIST,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more