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