Struct cros_libva::buffer::EncMiscParameterSkipFrame
source · pub struct EncMiscParameterSkipFrame(/* private fields */);Implementations§
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 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