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