Struct cros_libva::buffer::EncSegParamAV1
source · pub struct EncSegParamAV1(/* private fields */);Implementations§
Trait Implementations§
source§impl Default for EncSegParamAV1
impl Default for EncSegParamAV1
source§fn default() -> EncSegParamAV1
fn default() -> EncSegParamAV1
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EncSegParamAV1
impl RefUnwindSafe for EncSegParamAV1
impl Send for EncSegParamAV1
impl Sync for EncSegParamAV1
impl Unpin for EncSegParamAV1
impl UnwindSafe for EncSegParamAV1
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