Struct AVDOVIReshapingCurve
#[repr(C)]pub struct AVDOVIReshapingCurve {
pub num_pivots: u8,
pub pivots: [u16; 9],
pub mapping_idc: [u32; 8],
pub poly_order: [u8; 8],
pub poly_coef: [[i64; 3]; 8],
pub mmr_order: [u8; 8],
pub mmr_constant: [i64; 8],
pub mmr_coef: [[[i64; 7]; 3]; 8],
}
Fields§
§num_pivots: u8
§pivots: [u16; 9]
§mapping_idc: [u32; 8]
§poly_order: [u8; 8]
§poly_coef: [[i64; 3]; 8]
§mmr_order: [u8; 8]
§mmr_constant: [i64; 8]
§mmr_coef: [[[i64; 7]; 3]; 8]
Trait Implementations§
§impl Clone for AVDOVIReshapingCurve
impl Clone for AVDOVIReshapingCurve
§fn clone(&self) -> AVDOVIReshapingCurve
fn clone(&self) -> AVDOVIReshapingCurve
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 more§impl Debug for AVDOVIReshapingCurve
impl Debug for AVDOVIReshapingCurve
impl Copy for AVDOVIReshapingCurve
Auto Trait Implementations§
impl Freeze for AVDOVIReshapingCurve
impl RefUnwindSafe for AVDOVIReshapingCurve
impl Send for AVDOVIReshapingCurve
impl Sync for AVDOVIReshapingCurve
impl Unpin for AVDOVIReshapingCurve
impl UnwindSafe for AVDOVIReshapingCurve
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