Struct WMDMMetadataView
#[repr(C)]pub struct WMDMMetadataView {
pub pwszViewName: PWSTR,
pub nDepth: u32,
pub ppwszTags: *mut *mut u16,
}
Fields§
§pwszViewName: PWSTR
§nDepth: u32
§ppwszTags: *mut *mut u16
Trait Implementations§
§impl Clone for WMDMMetadataView
impl Clone for WMDMMetadataView
§fn clone(&self) -> WMDMMetadataView
fn clone(&self) -> WMDMMetadataView
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for WMDMMetadataView
impl Debug for WMDMMetadataView
§impl Default for WMDMMetadataView
impl Default for WMDMMetadataView
§impl PartialEq for WMDMMetadataView
impl PartialEq for WMDMMetadataView
impl Copy for WMDMMetadataView
impl StructuralPartialEq for WMDMMetadataView
Auto Trait Implementations§
impl Freeze for WMDMMetadataView
impl RefUnwindSafe for WMDMMetadataView
impl !Send for WMDMMetadataView
impl !Sync for WMDMMetadataView
impl Unpin for WMDMMetadataView
impl UnwindSafe for WMDMMetadataView
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