#[repr(C)]pub struct DrmFormatModifierProperties2EXT {
pub drm_format_modifier: u64,
pub drm_format_modifier_plane_count: u32,
pub drm_format_modifier_tiling_features: FormatFeatureFlags2KHR,
}Expand description
Fields
drm_format_modifier: u64drm_format_modifier_plane_count: u32drm_format_modifier_tiling_features: FormatFeatureFlags2KHRTrait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for DrmFormatModifierProperties2EXT
impl Sync for DrmFormatModifierProperties2EXT
impl Unpin for DrmFormatModifierProperties2EXT
Blanket Implementations
Mutably borrows from an owned value. Read more