#[repr(C)]pub enum StdVideoVP9Profile {
STD_VIDEO_VP9_PROFILE_0 = 0,
STD_VIDEO_VP9_PROFILE_1 = 1,
STD_VIDEO_VP9_PROFILE_2 = 2,
STD_VIDEO_VP9_PROFILE_3 = 3,
STD_VIDEO_VP9_PROFILE_INVALID = 2_147_483_647,
}Expand description
enum StdVideoVP9Profile from vulkan_video_codec_vp9std
Variants§
STD_VIDEO_VP9_PROFILE_0 = 0
STD_VIDEO_VP9_PROFILE_1 = 1
STD_VIDEO_VP9_PROFILE_2 = 2
STD_VIDEO_VP9_PROFILE_3 = 3
STD_VIDEO_VP9_PROFILE_INVALID = 2_147_483_647
Implementations§
Source§impl StdVideoVP9Profile
impl StdVideoVP9Profile
pub const STD_VIDEO_VP9_PROFILE_MAX_ENUM: StdVideoVP9Profile = StdVideoVP9Profile::STD_VIDEO_VP9_PROFILE_INVALID
Trait Implementations§
Source§impl Clone for StdVideoVP9Profile
impl Clone for StdVideoVP9Profile
Source§fn clone(&self) -> StdVideoVP9Profile
fn clone(&self) -> StdVideoVP9Profile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StdVideoVP9Profile
Source§impl Debug for StdVideoVP9Profile
impl Debug for StdVideoVP9Profile
impl Eq for StdVideoVP9Profile
Source§impl Hash for StdVideoVP9Profile
impl Hash for StdVideoVP9Profile
Source§impl Ord for StdVideoVP9Profile
impl Ord for StdVideoVP9Profile
Source§fn cmp(&self, other: &StdVideoVP9Profile) -> Ordering
fn cmp(&self, other: &StdVideoVP9Profile) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StdVideoVP9Profile
impl PartialEq for StdVideoVP9Profile
Source§impl PartialOrd for StdVideoVP9Profile
impl PartialOrd for StdVideoVP9Profile
impl StructuralPartialEq for StdVideoVP9Profile
Auto Trait Implementations§
impl Freeze for StdVideoVP9Profile
impl RefUnwindSafe for StdVideoVP9Profile
impl Send for StdVideoVP9Profile
impl Sync for StdVideoVP9Profile
impl Unpin for StdVideoVP9Profile
impl UnsafeUnpin for StdVideoVP9Profile
impl UnwindSafe for StdVideoVP9Profile
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