pub struct EncSliceParameterBufferJPEG(/* private fields */);Expand description
Wrapper over the VAEncSliceParameterBufferJPEG FFI type.
Implementations§
Source§impl EncSliceParameterBufferJPEG
impl EncSliceParameterBufferJPEG
Sourcepub fn new(
restart_interval: u16,
num_components: u16,
components: [EncSliceParameterBufferJPEGComponent; 4],
) -> Self
pub fn new( restart_interval: u16, num_components: u16, components: [EncSliceParameterBufferJPEGComponent; 4], ) -> Self
Creates the wrapper.
Sourcepub fn inner(&self) -> &VAEncSliceParameterBufferJPEG
pub fn inner(&self) -> &VAEncSliceParameterBufferJPEG
Returns the inner FFI type. Useful for testing purposes.
Auto Trait Implementations§
impl Freeze for EncSliceParameterBufferJPEG
impl RefUnwindSafe for EncSliceParameterBufferJPEG
impl Send for EncSliceParameterBufferJPEG
impl Sync for EncSliceParameterBufferJPEG
impl Unpin for EncSliceParameterBufferJPEG
impl UnsafeUnpin for EncSliceParameterBufferJPEG
impl UnwindSafe for EncSliceParameterBufferJPEG
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