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