#[repr(C)]pub struct ImageDrmFormatModifierListCreateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub drm_format_modifier_count: u32,
pub p_drm_format_modifiers: *const u64,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voiddrm_format_modifier_count: u32p_drm_format_modifiers: *const u64Implementations
sourceimpl ImageDrmFormatModifierListCreateInfoEXT
impl ImageDrmFormatModifierListCreateInfoEXT
pub fn builder<'a>() -> ImageDrmFormatModifierListCreateInfoEXTBuilder<'a>
Trait Implementations
sourceimpl Clone for ImageDrmFormatModifierListCreateInfoEXT
impl Clone for ImageDrmFormatModifierListCreateInfoEXT
sourcefn clone(&self) -> ImageDrmFormatModifierListCreateInfoEXT
fn clone(&self) -> ImageDrmFormatModifierListCreateInfoEXT
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 ImageDrmFormatModifierListCreateInfoEXT
impl Default for ImageDrmFormatModifierListCreateInfoEXT
sourcefn default() -> ImageDrmFormatModifierListCreateInfoEXT
fn default() -> ImageDrmFormatModifierListCreateInfoEXT
Returns the “default value” for a type. Read more
impl Copy for ImageDrmFormatModifierListCreateInfoEXT
impl ExtendsImageCreateInfo for ImageDrmFormatModifierListCreateInfoEXT
Auto Trait Implementations
impl RefUnwindSafe for ImageDrmFormatModifierListCreateInfoEXT
impl !Send for ImageDrmFormatModifierListCreateInfoEXT
impl !Sync for ImageDrmFormatModifierListCreateInfoEXT
impl Unpin for ImageDrmFormatModifierListCreateInfoEXT
impl UnwindSafe for ImageDrmFormatModifierListCreateInfoEXT
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