#[repr(C)]pub struct DrmFormatModifierPropertiesListEXT {
pub sType: StructureType,
pub pNext: *mut c_void,
pub drmFormatModifierCount: u32,
pub pDrmFormatModifierProperties: *mut DrmFormatModifierPropertiesEXT,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§drmFormatModifierCount: u32
§pDrmFormatModifierProperties: *mut DrmFormatModifierPropertiesEXT
Trait Implementations§
Source§impl Clone for DrmFormatModifierPropertiesListEXT
impl Clone for DrmFormatModifierPropertiesListEXT
Source§fn clone(&self) -> DrmFormatModifierPropertiesListEXT
fn clone(&self) -> DrmFormatModifierPropertiesListEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for DrmFormatModifierPropertiesListEXT
Auto Trait Implementations§
impl Freeze for DrmFormatModifierPropertiesListEXT
impl RefUnwindSafe for DrmFormatModifierPropertiesListEXT
impl !Send for DrmFormatModifierPropertiesListEXT
impl !Sync for DrmFormatModifierPropertiesListEXT
impl Unpin for DrmFormatModifierPropertiesListEXT
impl UnwindSafe for DrmFormatModifierPropertiesListEXT
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