Struct unity_native_plugin_sys::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 Default for StdVideoAV1CDEF
impl Default for StdVideoAV1CDEF
source§fn default() -> StdVideoAV1CDEF
fn default() -> StdVideoAV1CDEF
Returns the “default value” for a type. Read more
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)