pub struct VkDrmFormatModifierProperties {
pub drm_format_modifier: usize,
pub drm_format_modifier_plane_count: usize,
pub drm_format_modifier_tiling_features: VkFormatFeatureFlags,
}Expand description
Wrapper for VkDrmFormatModifierPropertiesEXT.
Fields§
§drm_format_modifier: usize§drm_format_modifier_plane_count: usize§drm_format_modifier_tiling_features: VkFormatFeatureFlagsTrait Implementations§
Source§impl Clone for VkDrmFormatModifierProperties
impl Clone for VkDrmFormatModifierProperties
Source§fn clone(&self) -> VkDrmFormatModifierProperties
fn clone(&self) -> VkDrmFormatModifierProperties
Returns a duplicate 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 VkDrmFormatModifierProperties
impl Default for VkDrmFormatModifierProperties
Source§fn default() -> VkDrmFormatModifierProperties
fn default() -> VkDrmFormatModifierProperties
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VkDrmFormatModifierProperties
impl RefUnwindSafe for VkDrmFormatModifierProperties
impl Send for VkDrmFormatModifierProperties
impl Sync for VkDrmFormatModifierProperties
impl Unpin for VkDrmFormatModifierProperties
impl UnwindSafe for VkDrmFormatModifierProperties
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