Struct ash::vk::native::StdVideoAV1LoopRestoration
source · #[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 copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for StdVideoAV1LoopRestoration
impl Debug 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