#[repr(C)]pub struct DrmFormatModifierProperties2EXT {
pub drm_format_modifier: u64,
pub drm_format_modifier_plane_count: u32,
pub drm_format_modifier_tiling_features: FormatFeatureFlags2,
}Expand description
Fields
drm_format_modifier: u64drm_format_modifier_plane_count: u32drm_format_modifier_tiling_features: FormatFeatureFlags2Implementations
sourceimpl DrmFormatModifierProperties2EXT
impl DrmFormatModifierProperties2EXT
pub fn builder<'a>() -> DrmFormatModifierProperties2EXTBuilder<'a>
Trait Implementations
sourceimpl Clone for DrmFormatModifierProperties2EXT
impl Clone for DrmFormatModifierProperties2EXT
sourcefn clone(&self) -> DrmFormatModifierProperties2EXT
fn clone(&self) -> DrmFormatModifierProperties2EXT
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 DrmFormatModifierProperties2EXT
impl Default for DrmFormatModifierProperties2EXT
sourcefn default() -> DrmFormatModifierProperties2EXT
fn default() -> DrmFormatModifierProperties2EXT
Returns the “default value” for a type. Read more
impl Copy for DrmFormatModifierProperties2EXT
Auto Trait Implementations
impl RefUnwindSafe for DrmFormatModifierProperties2EXT
impl Send for DrmFormatModifierProperties2EXT
impl Sync for DrmFormatModifierProperties2EXT
impl Unpin for DrmFormatModifierProperties2EXT
impl UnwindSafe for DrmFormatModifierProperties2EXT
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