Struct AVHDRPlusPercentile
#[repr(C)]pub struct AVHDRPlusPercentile {
pub percentage: u8,
pub percentile: AVRational,
}
Expand description
Represents the percentile at a specific percentage in a distribution.
Fields§
§percentage: u8
The percentage value corresponding to a specific percentile linearized RGB value in the processing window in the scene. The value shall be in the range of 0 to100, inclusive.
percentile: AVRational
The linearized maxRGB value at a specific percentile in the processing window in the scene. The value shall be in the range of 0 to 1, inclusive and in multiples of 0.00001.
Trait Implementations§
§impl Clone for AVHDRPlusPercentile
impl Clone for AVHDRPlusPercentile
§fn clone(&self) -> AVHDRPlusPercentile
fn clone(&self) -> AVHDRPlusPercentile
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 AVHDRPlusPercentile
impl Debug for AVHDRPlusPercentile
impl Copy for AVHDRPlusPercentile
Auto Trait Implementations§
impl Freeze for AVHDRPlusPercentile
impl RefUnwindSafe for AVHDRPlusPercentile
impl Send for AVHDRPlusPercentile
impl Sync for AVHDRPlusPercentile
impl Unpin for AVHDRPlusPercentile
impl UnwindSafe for AVHDRPlusPercentile
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