#[repr(C)]pub struct spng_chrm {
pub white_point_x: f64,
pub white_point_y: f64,
pub red_x: f64,
pub red_y: f64,
pub green_x: f64,
pub green_y: f64,
pub blue_x: f64,
pub blue_y: f64,
}Fields§
§white_point_x: f64§white_point_y: f64§red_x: f64§red_y: f64§green_x: f64§green_y: f64§blue_x: f64§blue_y: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for spng_chrm
impl RefUnwindSafe for spng_chrm
impl Send for spng_chrm
impl Sync for spng_chrm
impl Unpin for spng_chrm
impl UnwindSafe for spng_chrm
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