Struct ash::vk::native::StdVideoAV1LoopFilter
source · #[repr(C)]pub struct StdVideoAV1LoopFilter {
pub flags: StdVideoAV1LoopFilterFlags,
pub loop_filter_level: [u8; 4],
pub loop_filter_sharpness: u8,
pub update_ref_delta: u8,
pub loop_filter_ref_deltas: [i8; 8],
pub update_mode_delta: u8,
pub loop_filter_mode_deltas: [i8; 2],
}
Fields§
§flags: StdVideoAV1LoopFilterFlags
§loop_filter_level: [u8; 4]
§loop_filter_sharpness: u8
§update_ref_delta: u8
§loop_filter_ref_deltas: [i8; 8]
§update_mode_delta: u8
§loop_filter_mode_deltas: [i8; 2]
Trait Implementations§
source§impl Clone for StdVideoAV1LoopFilter
impl Clone for StdVideoAV1LoopFilter
source§fn clone(&self) -> StdVideoAV1LoopFilter
fn clone(&self) -> StdVideoAV1LoopFilter
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 StdVideoAV1LoopFilter
impl Debug for StdVideoAV1LoopFilter
impl Copy for StdVideoAV1LoopFilter
Auto Trait Implementations§
impl Freeze for StdVideoAV1LoopFilter
impl RefUnwindSafe for StdVideoAV1LoopFilter
impl Send for StdVideoAV1LoopFilter
impl Sync for StdVideoAV1LoopFilter
impl Unpin for StdVideoAV1LoopFilter
impl UnwindSafe for StdVideoAV1LoopFilter
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