#[repr(transparent)]pub struct StdVideoH264LevelIdc(pub i32);Expand description
Video codec enum type (C int32_t, defined in vulkan_video_codec headers).
Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for StdVideoH264LevelIdc
impl Clone for StdVideoH264LevelIdc
Source§fn clone(&self) -> StdVideoH264LevelIdc
fn clone(&self) -> StdVideoH264LevelIdc
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 StdVideoH264LevelIdc
impl Debug for StdVideoH264LevelIdc
Source§impl Default for StdVideoH264LevelIdc
impl Default for StdVideoH264LevelIdc
Source§fn default() -> StdVideoH264LevelIdc
fn default() -> StdVideoH264LevelIdc
Returns the “default value” for a type. Read more
Source§impl PartialEq for StdVideoH264LevelIdc
impl PartialEq for StdVideoH264LevelIdc
impl Copy for StdVideoH264LevelIdc
impl Eq for StdVideoH264LevelIdc
impl StructuralPartialEq for StdVideoH264LevelIdc
Auto Trait Implementations§
impl Freeze for StdVideoH264LevelIdc
impl RefUnwindSafe for StdVideoH264LevelIdc
impl Send for StdVideoH264LevelIdc
impl Sync for StdVideoH264LevelIdc
impl Unpin for StdVideoH264LevelIdc
impl UnsafeUnpin for StdVideoH264LevelIdc
impl UnwindSafe for StdVideoH264LevelIdc
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