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