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