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