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