pub struct PicFlags(/* private fields */);Expand description
Wrapper over the pic_flags bindgen field in VAEncPictureParameterBufferJPEG
Implementations§
Auto Trait Implementations§
impl Freeze for PicFlags
impl RefUnwindSafe for PicFlags
impl Send for PicFlags
impl Sync for PicFlags
impl Unpin for PicFlags
impl UnsafeUnpin for PicFlags
impl UnwindSafe for PicFlags
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