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