Struct WMDM_FORMAT_CAPABILITY
#[repr(C)]pub struct WMDM_FORMAT_CAPABILITY {
pub nPropConfig: u32,
pub pConfigs: *mut WMDM_PROP_CONFIG,
}
Fields§
§nPropConfig: u32
§pConfigs: *mut WMDM_PROP_CONFIG
Trait Implementations§
§impl Clone for WMDM_FORMAT_CAPABILITY
impl Clone for WMDM_FORMAT_CAPABILITY
§fn clone(&self) -> WMDM_FORMAT_CAPABILITY
fn clone(&self) -> WMDM_FORMAT_CAPABILITY
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 WMDM_FORMAT_CAPABILITY
impl Debug for WMDM_FORMAT_CAPABILITY
§impl Default for WMDM_FORMAT_CAPABILITY
impl Default for WMDM_FORMAT_CAPABILITY
§impl PartialEq for WMDM_FORMAT_CAPABILITY
impl PartialEq for WMDM_FORMAT_CAPABILITY
impl Copy for WMDM_FORMAT_CAPABILITY
impl StructuralPartialEq for WMDM_FORMAT_CAPABILITY
Auto Trait Implementations§
impl Freeze for WMDM_FORMAT_CAPABILITY
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§
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