#[repr(C)]pub struct VkDrmFormatModifierProperties2EXT {
pub drmFormatModifier: u64,
pub drmFormatModifierPlaneCount: u32,
pub drmFormatModifierTilingFeatures: VkFormatFeatureFlags2,
}
Fields§
§drmFormatModifier: u64
§drmFormatModifierPlaneCount: u32
§drmFormatModifierTilingFeatures: VkFormatFeatureFlags2
Trait Implementations§
Source§impl Clone for VkDrmFormatModifierProperties2EXT
impl Clone for VkDrmFormatModifierProperties2EXT
Source§fn clone(&self) -> VkDrmFormatModifierProperties2EXT
fn clone(&self) -> VkDrmFormatModifierProperties2EXT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkDrmFormatModifierProperties2EXT
impl Default for VkDrmFormatModifierProperties2EXT
Source§fn default() -> VkDrmFormatModifierProperties2EXT
fn default() -> VkDrmFormatModifierProperties2EXT
Returns the “default value” for a type. Read more
impl Copy for VkDrmFormatModifierProperties2EXT
Auto Trait Implementations§
impl Freeze for VkDrmFormatModifierProperties2EXT
impl RefUnwindSafe for VkDrmFormatModifierProperties2EXT
impl Send for VkDrmFormatModifierProperties2EXT
impl Sync for VkDrmFormatModifierProperties2EXT
impl Unpin for VkDrmFormatModifierProperties2EXT
impl UnwindSafe for VkDrmFormatModifierProperties2EXT
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