Struct ash::vk::DrmFormatModifierPropertiesEXT
source · #[repr(C)]pub struct DrmFormatModifierPropertiesEXT {
pub drm_format_modifier: u64,
pub drm_format_modifier_plane_count: u32,
pub drm_format_modifier_tiling_features: FormatFeatureFlags,
}
Expand description
Fields§
§drm_format_modifier: u64
§drm_format_modifier_plane_count: u32
§drm_format_modifier_tiling_features: FormatFeatureFlags
Implementations§
source§impl DrmFormatModifierPropertiesEXT
impl DrmFormatModifierPropertiesEXT
pub fn builder<'a>() -> DrmFormatModifierPropertiesEXTBuilder<'a>
Trait Implementations§
source§impl Clone for DrmFormatModifierPropertiesEXT
impl Clone for DrmFormatModifierPropertiesEXT
source§fn clone(&self) -> DrmFormatModifierPropertiesEXT
fn clone(&self) -> DrmFormatModifierPropertiesEXT
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 Default for DrmFormatModifierPropertiesEXT
impl Default for DrmFormatModifierPropertiesEXT
source§fn default() -> DrmFormatModifierPropertiesEXT
fn default() -> DrmFormatModifierPropertiesEXT
Returns the “default value” for a type. Read more