#[repr(C)]pub struct StdVideoAV1QuantizationFlags {
pub bitfields: u32,
}Fields§
§bitfields: u32Trait Implementations§
Source§impl Clone for StdVideoAV1QuantizationFlags
impl Clone for StdVideoAV1QuantizationFlags
Source§fn clone(&self) -> StdVideoAV1QuantizationFlags
fn clone(&self) -> StdVideoAV1QuantizationFlags
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 moreimpl Copy for StdVideoAV1QuantizationFlags
Auto Trait Implementations§
impl Freeze for StdVideoAV1QuantizationFlags
impl RefUnwindSafe for StdVideoAV1QuantizationFlags
impl Send for StdVideoAV1QuantizationFlags
impl Sync for StdVideoAV1QuantizationFlags
impl Unpin for StdVideoAV1QuantizationFlags
impl UnwindSafe for StdVideoAV1QuantizationFlags
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