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
impl Copy for DrmFormatModifierPropertiesEXT
Auto Trait Implementations§
impl Freeze for DrmFormatModifierPropertiesEXT
impl RefUnwindSafe for DrmFormatModifierPropertiesEXT
impl Send for DrmFormatModifierPropertiesEXT
impl Sync for DrmFormatModifierPropertiesEXT
impl Unpin for DrmFormatModifierPropertiesEXT
impl UnwindSafe for DrmFormatModifierPropertiesEXT
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