#[repr(C)]pub struct StdVideoAV1LoopFilterFlags {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}
Fields§
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
Implementations§
Source§impl StdVideoAV1LoopFilterFlags
impl StdVideoAV1LoopFilterFlags
pub fn loop_filter_delta_enabled(&self) -> u32
pub fn set_loop_filter_delta_enabled(&mut self, val: u32)
pub unsafe fn loop_filter_delta_enabled_raw(this: *const Self) -> u32
pub unsafe fn set_loop_filter_delta_enabled_raw(this: *mut Self, val: u32)
pub fn loop_filter_delta_update(&self) -> u32
pub fn set_loop_filter_delta_update(&mut self, val: u32)
pub unsafe fn loop_filter_delta_update_raw(this: *const Self) -> u32
pub unsafe fn set_loop_filter_delta_update_raw(this: *mut Self, val: u32)
pub fn reserved(&self) -> u32
pub fn set_reserved(&mut self, val: u32)
pub unsafe fn reserved_raw(this: *const Self) -> u32
pub unsafe fn set_reserved_raw(this: *mut Self, val: u32)
pub fn new_bitfield_1( loop_filter_delta_enabled: u32, loop_filter_delta_update: u32, reserved: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for StdVideoAV1LoopFilterFlags
impl Clone for StdVideoAV1LoopFilterFlags
Source§fn clone(&self) -> StdVideoAV1LoopFilterFlags
fn clone(&self) -> StdVideoAV1LoopFilterFlags
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 StdVideoAV1LoopFilterFlags
impl Default for StdVideoAV1LoopFilterFlags
Source§fn default() -> StdVideoAV1LoopFilterFlags
fn default() -> StdVideoAV1LoopFilterFlags
Returns the “default value” for a type. Read more
impl Copy for StdVideoAV1LoopFilterFlags
Auto Trait Implementations§
impl Freeze for StdVideoAV1LoopFilterFlags
impl RefUnwindSafe for StdVideoAV1LoopFilterFlags
impl Send for StdVideoAV1LoopFilterFlags
impl Sync for StdVideoAV1LoopFilterFlags
impl Unpin for StdVideoAV1LoopFilterFlags
impl UnwindSafe for StdVideoAV1LoopFilterFlags
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