#[repr(C)]pub struct WGPUDawnDrmFormatProperties {
pub modifier: u64,
pub modifierPlaneCount: u32,
}Fields§
§modifier: u64§modifierPlaneCount: u32Trait Implementations§
Source§impl Clone for WGPUDawnDrmFormatProperties
impl Clone for WGPUDawnDrmFormatProperties
Source§fn clone(&self) -> WGPUDawnDrmFormatProperties
fn clone(&self) -> WGPUDawnDrmFormatProperties
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 Debug for WGPUDawnDrmFormatProperties
impl Debug for WGPUDawnDrmFormatProperties
Source§impl Default for WGPUDawnDrmFormatProperties
impl Default for WGPUDawnDrmFormatProperties
Source§fn default() -> WGPUDawnDrmFormatProperties
fn default() -> WGPUDawnDrmFormatProperties
Returns the “default value” for a type. Read more
Source§impl Hash for WGPUDawnDrmFormatProperties
impl Hash for WGPUDawnDrmFormatProperties
Source§impl Ord for WGPUDawnDrmFormatProperties
impl Ord for WGPUDawnDrmFormatProperties
Source§fn cmp(&self, other: &WGPUDawnDrmFormatProperties) -> Ordering
fn cmp(&self, other: &WGPUDawnDrmFormatProperties) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for WGPUDawnDrmFormatProperties
impl PartialOrd for WGPUDawnDrmFormatProperties
impl Copy for WGPUDawnDrmFormatProperties
impl Eq for WGPUDawnDrmFormatProperties
impl StructuralPartialEq for WGPUDawnDrmFormatProperties
Auto Trait Implementations§
impl Freeze for WGPUDawnDrmFormatProperties
impl RefUnwindSafe for WGPUDawnDrmFormatProperties
impl Send for WGPUDawnDrmFormatProperties
impl Sync for WGPUDawnDrmFormatProperties
impl Unpin for WGPUDawnDrmFormatProperties
impl UnwindSafe for WGPUDawnDrmFormatProperties
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