#[repr(C)]pub struct WSD_METADATA_SECTION_LIST {
pub Next: *mut WSD_METADATA_SECTION_LIST,
pub Element: *mut WSD_METADATA_SECTION,
}
Fields§
§Next: *mut WSD_METADATA_SECTION_LIST
§Element: *mut WSD_METADATA_SECTION
Trait Implementations§
§impl Clone for WSD_METADATA_SECTION_LIST
impl Clone for WSD_METADATA_SECTION_LIST
impl Copy for WSD_METADATA_SECTION_LIST
Auto Trait Implementations§
impl RefUnwindSafe for WSD_METADATA_SECTION_LIST
impl !Send for WSD_METADATA_SECTION_LIST
impl !Sync for WSD_METADATA_SECTION_LIST
impl Unpin for WSD_METADATA_SECTION_LIST
impl UnwindSafe for WSD_METADATA_SECTION_LIST
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