Struct ash::vk::native::StdVideoAV1CDEF
source · #[repr(C)]pub struct StdVideoAV1CDEF {
pub cdef_damping_minus_3: u8,
pub cdef_bits: u8,
pub cdef_y_pri_strength: [u8; 8],
pub cdef_y_sec_strength: [u8; 8],
pub cdef_uv_pri_strength: [u8; 8],
pub cdef_uv_sec_strength: [u8; 8],
}
Fields§
§cdef_damping_minus_3: u8
§cdef_bits: u8
§cdef_y_pri_strength: [u8; 8]
§cdef_y_sec_strength: [u8; 8]
§cdef_uv_pri_strength: [u8; 8]
§cdef_uv_sec_strength: [u8; 8]
Trait Implementations§
source§impl Clone for StdVideoAV1CDEF
impl Clone for StdVideoAV1CDEF
source§fn clone(&self) -> StdVideoAV1CDEF
fn clone(&self) -> StdVideoAV1CDEF
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 StdVideoAV1CDEF
impl Debug for StdVideoAV1CDEF
impl Copy for StdVideoAV1CDEF
Auto Trait Implementations§
impl Freeze for StdVideoAV1CDEF
impl RefUnwindSafe for StdVideoAV1CDEF
impl Send for StdVideoAV1CDEF
impl Sync for StdVideoAV1CDEF
impl Unpin for StdVideoAV1CDEF
impl UnwindSafe for StdVideoAV1CDEF
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