Struct AVCIExy
#[repr(C)]pub struct AVCIExy {
pub x: AVRational,
pub y: AVRational,
}
Expand description
Struct containing chromaticity x and y values for the standard CIE 1931 chromaticity definition.
Fields§
§x: AVRational
§y: AVRational
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AVCIExy
impl RefUnwindSafe for AVCIExy
impl Send for AVCIExy
impl Sync for AVCIExy
impl Unpin for AVCIExy
impl UnwindSafe for AVCIExy
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