pub struct EncMiscParameterSkipFrame(/* private fields */);Implementations§
Source§impl EncMiscParameterSkipFrame
impl EncMiscParameterSkipFrame
pub fn new( skip_frame_flag: u8, num_skip_frames: u8, size_skip_frames: u32, ) -> Self
pub fn inner(&self) -> &MiscEncParamBuffer<VAEncMiscParameterSkipFrame>
Trait Implementations§
Source§impl Default for EncMiscParameterSkipFrame
impl Default for EncMiscParameterSkipFrame
Source§fn default() -> EncMiscParameterSkipFrame
fn default() -> EncMiscParameterSkipFrame
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EncMiscParameterSkipFrame
impl RefUnwindSafe for EncMiscParameterSkipFrame
impl Send for EncMiscParameterSkipFrame
impl Sync for EncMiscParameterSkipFrame
impl Unpin for EncMiscParameterSkipFrame
impl UnsafeUnpin for EncMiscParameterSkipFrame
impl UnwindSafe for EncMiscParameterSkipFrame
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