#[repr(transparent)]pub struct StdVideoH265LevelIdc(pub c_int);Tuple Fields§
§0: c_intTrait Implementations§
Source§impl Clone for StdVideoH265LevelIdc
impl Clone for StdVideoH265LevelIdc
Source§fn clone(&self) -> StdVideoH265LevelIdc
fn clone(&self) -> StdVideoH265LevelIdc
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 StdVideoH265LevelIdc
impl Debug for StdVideoH265LevelIdc
Source§impl Default for StdVideoH265LevelIdc
impl Default for StdVideoH265LevelIdc
Source§fn default() -> StdVideoH265LevelIdc
fn default() -> StdVideoH265LevelIdc
Returns the “default value” for a type. Read more
Source§impl Hash for StdVideoH265LevelIdc
impl Hash for StdVideoH265LevelIdc
Source§impl PartialEq for StdVideoH265LevelIdc
impl PartialEq for StdVideoH265LevelIdc
impl Copy for StdVideoH265LevelIdc
impl Eq for StdVideoH265LevelIdc
impl StructuralPartialEq for StdVideoH265LevelIdc
Auto Trait Implementations§
impl Freeze for StdVideoH265LevelIdc
impl RefUnwindSafe for StdVideoH265LevelIdc
impl Send for StdVideoH265LevelIdc
impl Sync for StdVideoH265LevelIdc
impl Unpin for StdVideoH265LevelIdc
impl UnwindSafe for StdVideoH265LevelIdc
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