#[repr(C)]pub struct VideoFormatQuantizationMapPropertiesKHR {
pub s_type: StructureType,
pub next: *mut c_void,
pub quantization_map_texel_size: Extent2D,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§quantization_map_texel_size: Extent2DTrait Implementations§
Source§impl Clone for VideoFormatQuantizationMapPropertiesKHR
impl Clone for VideoFormatQuantizationMapPropertiesKHR
Source§fn clone(&self) -> VideoFormatQuantizationMapPropertiesKHR
fn clone(&self) -> VideoFormatQuantizationMapPropertiesKHR
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 PartialEq for VideoFormatQuantizationMapPropertiesKHR
impl PartialEq for VideoFormatQuantizationMapPropertiesKHR
Source§fn eq(&self, other: &VideoFormatQuantizationMapPropertiesKHR) -> bool
fn eq(&self, other: &VideoFormatQuantizationMapPropertiesKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VideoFormatQuantizationMapPropertiesKHR
impl Eq for VideoFormatQuantizationMapPropertiesKHR
impl Send for VideoFormatQuantizationMapPropertiesKHR
impl StructuralPartialEq for VideoFormatQuantizationMapPropertiesKHR
impl Sync for VideoFormatQuantizationMapPropertiesKHR
Auto Trait Implementations§
impl Freeze for VideoFormatQuantizationMapPropertiesKHR
impl RefUnwindSafe for VideoFormatQuantizationMapPropertiesKHR
impl Unpin for VideoFormatQuantizationMapPropertiesKHR
impl UnwindSafe for VideoFormatQuantizationMapPropertiesKHR
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