#[repr(C)]pub struct DrmFormatModifierPropertiesList2EXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub drm_format_modifier_count: u32,
pub p_drm_format_modifier_properties: *mut DrmFormatModifierProperties2EXT,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voiddrm_format_modifier_count: u32p_drm_format_modifier_properties: *mut DrmFormatModifierProperties2EXTImplementations
sourceimpl DrmFormatModifierPropertiesList2EXT
impl DrmFormatModifierPropertiesList2EXT
pub fn builder<'a>() -> DrmFormatModifierPropertiesList2EXTBuilder<'a>
Trait Implementations
sourceimpl Clone for DrmFormatModifierPropertiesList2EXT
impl Clone for DrmFormatModifierPropertiesList2EXT
sourcefn clone(&self) -> DrmFormatModifierPropertiesList2EXT
fn clone(&self) -> DrmFormatModifierPropertiesList2EXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for DrmFormatModifierPropertiesList2EXT
impl Default for DrmFormatModifierPropertiesList2EXT
sourcefn default() -> DrmFormatModifierPropertiesList2EXT
fn default() -> DrmFormatModifierPropertiesList2EXT
Returns the “default value” for a type. Read more
impl Copy for DrmFormatModifierPropertiesList2EXT
impl ExtendsFormatProperties2 for DrmFormatModifierPropertiesList2EXT
Auto Trait Implementations
impl RefUnwindSafe for DrmFormatModifierPropertiesList2EXT
impl !Send for DrmFormatModifierPropertiesList2EXT
impl !Sync for DrmFormatModifierPropertiesList2EXT
impl Unpin for DrmFormatModifierPropertiesList2EXT
impl UnwindSafe for DrmFormatModifierPropertiesList2EXT
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