Struct ash::vk::ImageDrmFormatModifierPropertiesEXT
source · #[repr(C)]pub struct ImageDrmFormatModifierPropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub drm_format_modifier: u64,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§drm_format_modifier: u64
Implementations§
source§impl ImageDrmFormatModifierPropertiesEXT
impl ImageDrmFormatModifierPropertiesEXT
pub fn builder<'a>() -> ImageDrmFormatModifierPropertiesEXTBuilder<'a>
Trait Implementations§
source§impl Clone for ImageDrmFormatModifierPropertiesEXT
impl Clone for ImageDrmFormatModifierPropertiesEXT
source§fn clone(&self) -> ImageDrmFormatModifierPropertiesEXT
fn clone(&self) -> ImageDrmFormatModifierPropertiesEXT
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 TaggedStructure for ImageDrmFormatModifierPropertiesEXT
impl TaggedStructure for ImageDrmFormatModifierPropertiesEXT
const STRUCTURE_TYPE: StructureType = StructureType::IMAGE_DRM_FORMAT_MODIFIER_PROPERTIES_EXT
impl Copy for ImageDrmFormatModifierPropertiesEXT
Auto Trait Implementations§
impl Freeze for ImageDrmFormatModifierPropertiesEXT
impl RefUnwindSafe for ImageDrmFormatModifierPropertiesEXT
impl !Send for ImageDrmFormatModifierPropertiesEXT
impl !Sync for ImageDrmFormatModifierPropertiesEXT
impl Unpin for ImageDrmFormatModifierPropertiesEXT
impl UnwindSafe for ImageDrmFormatModifierPropertiesEXT
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