#[repr(C)]pub struct StdVideoAV1LoopRestoration {
pub FrameRestorationType: [StdVideoAV1FrameRestorationType; 3],
pub LoopRestorationSize: [u16; 3],
}
Fields§
§FrameRestorationType: [StdVideoAV1FrameRestorationType; 3]
§LoopRestorationSize: [u16; 3]
Trait Implementations§
Source§impl Clone for StdVideoAV1LoopRestoration
impl Clone for StdVideoAV1LoopRestoration
Source§fn clone(&self) -> StdVideoAV1LoopRestoration
fn clone(&self) -> StdVideoAV1LoopRestoration
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for StdVideoAV1LoopRestoration
impl Default for StdVideoAV1LoopRestoration
impl Copy for StdVideoAV1LoopRestoration
Auto Trait Implementations§
impl Freeze for StdVideoAV1LoopRestoration
impl RefUnwindSafe for StdVideoAV1LoopRestoration
impl Send for StdVideoAV1LoopRestoration
impl Sync for StdVideoAV1LoopRestoration
impl Unpin for StdVideoAV1LoopRestoration
impl UnwindSafe for StdVideoAV1LoopRestoration
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