Struct ash::vk::DrmFormatModifierPropertiesList2EXT
source · #[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: StructureType
§p_next: *mut c_void
§drm_format_modifier_count: u32
§p_drm_format_modifier_properties: *mut DrmFormatModifierProperties2EXT
Implementations§
source§impl DrmFormatModifierPropertiesList2EXT
impl DrmFormatModifierPropertiesList2EXT
pub fn builder<'a>() -> DrmFormatModifierPropertiesList2EXTBuilder<'a>
Trait Implementations§
source§impl Clone for DrmFormatModifierPropertiesList2EXT
impl Clone for DrmFormatModifierPropertiesList2EXT
source§fn clone(&self) -> DrmFormatModifierPropertiesList2EXT
fn clone(&self) -> DrmFormatModifierPropertiesList2EXT
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 moresource§impl TaggedStructure for DrmFormatModifierPropertiesList2EXT
impl TaggedStructure for DrmFormatModifierPropertiesList2EXT
const STRUCTURE_TYPE: StructureType = StructureType::DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT
impl Copy for DrmFormatModifierPropertiesList2EXT
impl ExtendsFormatProperties2 for DrmFormatModifierPropertiesList2EXT
Auto Trait Implementations§
impl Freeze for DrmFormatModifierPropertiesList2EXT
impl RefUnwindSafe for DrmFormatModifierPropertiesList2EXT
impl !Send for DrmFormatModifierPropertiesList2EXT
impl !Sync for DrmFormatModifierPropertiesList2EXT
impl Unpin for DrmFormatModifierPropertiesList2EXT
impl UnwindSafe for DrmFormatModifierPropertiesList2EXT
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