#[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 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 StdVideoAV1LoopFilter
impl Default for StdVideoAV1LoopFilter
Source§fn default() -> StdVideoAV1LoopFilter
fn default() -> StdVideoAV1LoopFilter
Returns the “default value” for a type. Read more
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