#[repr(transparent)]pub struct StdVideoAV1Profile(pub c_int);Tuple Fields§
§0: c_intTrait 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 · 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 StdVideoAV1Profile
impl Debug for StdVideoAV1Profile
Source§impl Default for StdVideoAV1Profile
impl Default for StdVideoAV1Profile
Source§fn default() -> StdVideoAV1Profile
fn default() -> StdVideoAV1Profile
Returns the “default value” for a type. Read more
Source§impl Hash for StdVideoAV1Profile
impl Hash for StdVideoAV1Profile
Source§impl PartialEq for StdVideoAV1Profile
impl PartialEq for StdVideoAV1Profile
impl Copy for StdVideoAV1Profile
impl Eq 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 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