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