Struct windows_sys::Win32::Media::DeviceManager::WMDMMetadataView
[−]#[repr(C)]pub struct WMDMMetadataView {
pub pwszViewName: PWSTR,
pub nDepth: u32,
pub ppwszTags: *mut *mut u16,
}
Expand description
Required features: "Win32_Media_DeviceManager"
Fields
pwszViewName: PWSTR
nDepth: u32
ppwszTags: *mut *mut u16
Trait Implementations
impl Clone for WMDMMetadataView
impl Clone for WMDMMetadataView
impl Copy for WMDMMetadataView
Auto Trait Implementations
impl RefUnwindSafe for WMDMMetadataView
impl !Send for WMDMMetadataView
impl !Sync for WMDMMetadataView
impl Unpin for WMDMMetadataView
impl UnwindSafe for WMDMMetadataView
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