#[repr(C)]pub struct ImageDrmFormatModifierListCreateInfoEXT {
pub sType: StructureType,
pub pNext: *const c_void,
pub drmFormatModifierCount: u32,
pub pDrmFormatModifiers: *const u64,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§drmFormatModifierCount: u32
§pDrmFormatModifiers: *const u64
Trait Implementations§
Source§impl Clone for ImageDrmFormatModifierListCreateInfoEXT
impl Clone for ImageDrmFormatModifierListCreateInfoEXT
Source§fn clone(&self) -> ImageDrmFormatModifierListCreateInfoEXT
fn clone(&self) -> ImageDrmFormatModifierListCreateInfoEXT
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 ImageDrmFormatModifierListCreateInfoEXT
Auto Trait Implementations§
impl Freeze for ImageDrmFormatModifierListCreateInfoEXT
impl RefUnwindSafe for ImageDrmFormatModifierListCreateInfoEXT
impl !Send for ImageDrmFormatModifierListCreateInfoEXT
impl !Sync for ImageDrmFormatModifierListCreateInfoEXT
impl Unpin for ImageDrmFormatModifierListCreateInfoEXT
impl UnwindSafe for ImageDrmFormatModifierListCreateInfoEXT
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