#[repr(C)]pub enum StdVideoAV1Profile {
STD_VIDEO_AV1_PROFILE_MAIN = 0,
STD_VIDEO_AV1_PROFILE_HIGH = 1,
STD_VIDEO_AV1_PROFILE_PROFESSIONAL = 2,
STD_VIDEO_AV1_PROFILE_INVALID = 2_147_483_647,
}Expand description
enum StdVideoAV1Profile from vulkan_video_codec_av1std
Variants§
STD_VIDEO_AV1_PROFILE_MAIN = 0
STD_VIDEO_AV1_PROFILE_HIGH = 1
STD_VIDEO_AV1_PROFILE_PROFESSIONAL = 2
STD_VIDEO_AV1_PROFILE_INVALID = 2_147_483_647
Implementations§
Source§impl StdVideoAV1Profile
impl StdVideoAV1Profile
pub const STD_VIDEO_AV1_PROFILE_MAX_ENUM: StdVideoAV1Profile = StdVideoAV1Profile::STD_VIDEO_AV1_PROFILE_INVALID
Trait Implementations§
Source§impl Clone for StdVideoAV1Profile
impl Clone for StdVideoAV1Profile
Source§fn clone(&self) -> StdVideoAV1Profile
fn clone(&self) -> StdVideoAV1Profile
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 StdVideoAV1Profile
Source§impl Debug for StdVideoAV1Profile
impl Debug for StdVideoAV1Profile
impl Eq for StdVideoAV1Profile
Source§impl Hash for StdVideoAV1Profile
impl Hash for StdVideoAV1Profile
Source§impl Ord for StdVideoAV1Profile
impl Ord for StdVideoAV1Profile
Source§fn cmp(&self, other: &StdVideoAV1Profile) -> Ordering
fn cmp(&self, other: &StdVideoAV1Profile) -> 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 StdVideoAV1Profile
impl PartialEq for StdVideoAV1Profile
Source§impl PartialOrd for StdVideoAV1Profile
impl PartialOrd for StdVideoAV1Profile
impl StructuralPartialEq for StdVideoAV1Profile
Auto Trait Implementations§
impl Freeze for StdVideoAV1Profile
impl RefUnwindSafe for StdVideoAV1Profile
impl Send for StdVideoAV1Profile
impl Sync for StdVideoAV1Profile
impl Unpin for StdVideoAV1Profile
impl UnsafeUnpin for StdVideoAV1Profile
impl UnwindSafe for StdVideoAV1Profile
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