#[repr(C)]pub struct DrmFormatModifierPropertiesEXT {
pub drm_format_modifier: u64,
pub drm_format_modifier_plane_count: u32,
pub drm_format_modifier_tiling_features: FormatFeatureFlags,
}Expand description
Fields
drm_format_modifier: u64drm_format_modifier_plane_count: u32drm_format_modifier_tiling_features: FormatFeatureFlagsImplementations
sourceimpl DrmFormatModifierPropertiesEXT
impl DrmFormatModifierPropertiesEXT
pub fn builder<'a>() -> DrmFormatModifierPropertiesEXTBuilder<'a>
Trait Implementations
sourceimpl Clone for DrmFormatModifierPropertiesEXT
impl Clone for DrmFormatModifierPropertiesEXT
sourcefn clone(&self) -> DrmFormatModifierPropertiesEXT
fn clone(&self) -> DrmFormatModifierPropertiesEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for DrmFormatModifierPropertiesEXT
impl Default for DrmFormatModifierPropertiesEXT
sourcefn default() -> DrmFormatModifierPropertiesEXT
fn default() -> DrmFormatModifierPropertiesEXT
Returns the “default value” for a type. Read more
impl Copy for DrmFormatModifierPropertiesEXT
Auto Trait Implementations
impl RefUnwindSafe for DrmFormatModifierPropertiesEXT
impl Send for DrmFormatModifierPropertiesEXT
impl Sync for DrmFormatModifierPropertiesEXT
impl Unpin for DrmFormatModifierPropertiesEXT
impl UnwindSafe for DrmFormatModifierPropertiesEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more