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