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