Struct skia_bindings::skcms_A2B
source · #[repr(C)]pub struct skcms_A2B {
pub input_channels: u32,
pub input_curves: [skcms_Curve; 4],
pub grid_points: [u8; 4],
pub grid_8: *const u8,
pub grid_16: *const u8,
pub matrix_channels: u32,
pub matrix_curves: [skcms_Curve; 3],
pub matrix: skcms_Matrix3x4,
pub output_channels: u32,
pub output_curves: [skcms_Curve; 3],
}Fields§
§input_channels: u32§input_curves: [skcms_Curve; 4]§grid_points: [u8; 4]§grid_8: *const u8§grid_16: *const u8§matrix_channels: u32§matrix_curves: [skcms_Curve; 3]§matrix: skcms_Matrix3x4§output_channels: u32§output_curves: [skcms_Curve; 3]Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for skcms_A2B
impl !Send for skcms_A2B
impl !Sync for skcms_A2B
impl Unpin for skcms_A2B
impl UnwindSafe for skcms_A2B
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