Struct ash::vk::native::StdVideoAV1LoopFilterFlags
source · #[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 fn loop_filter_delta_update(&self) -> u32
pub fn set_loop_filter_delta_update(&mut self, val: u32)
pub fn reserved(&self) -> u32
pub fn set_reserved(&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 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 StdVideoAV1LoopFilterFlags
impl Debug for StdVideoAV1LoopFilterFlags
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