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