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