#[repr(C)]pub struct VkVideoEncodeQualityLevelInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub qualityLevel: u32,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§qualityLevel: u32
Trait Implementations§
Source§impl Clone for VkVideoEncodeQualityLevelInfoKHR
impl Clone for VkVideoEncodeQualityLevelInfoKHR
Source§fn clone(&self) -> VkVideoEncodeQualityLevelInfoKHR
fn clone(&self) -> VkVideoEncodeQualityLevelInfoKHR
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 VkVideoEncodeQualityLevelInfoKHR
Auto Trait Implementations§
impl Freeze for VkVideoEncodeQualityLevelInfoKHR
impl RefUnwindSafe for VkVideoEncodeQualityLevelInfoKHR
impl !Send for VkVideoEncodeQualityLevelInfoKHR
impl !Sync for VkVideoEncodeQualityLevelInfoKHR
impl Unpin for VkVideoEncodeQualityLevelInfoKHR
impl UnwindSafe for VkVideoEncodeQualityLevelInfoKHR
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