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