#[repr(C)]pub struct VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub quantizationMapTexelSize: VkExtent2D,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§quantizationMapTexelSize: VkExtent2D
Trait Implementations§
Source§impl Clone for VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR
impl Clone for VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR
Source§fn clone(&self) -> VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR
fn clone(&self) -> VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR
Auto Trait Implementations§
impl Freeze for VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR
impl RefUnwindSafe for VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR
impl !Send for VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR
impl !Sync for VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR
impl Unpin for VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR
impl UnwindSafe for VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR
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