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