#[repr(C)]pub struct WICRawToneCurvePoint {
pub Input: c_double,
pub Output: c_double,
}
Fields§
§Input: c_double
§Output: c_double
Trait Implementations§
Source§impl Clone for WICRawToneCurvePoint
impl Clone for WICRawToneCurvePoint
Source§fn clone(&self) -> WICRawToneCurvePoint
fn clone(&self) -> WICRawToneCurvePoint
Returns a duplicate 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 moreSource§impl Default for WICRawToneCurvePoint
impl Default for WICRawToneCurvePoint
Source§fn default() -> WICRawToneCurvePoint
fn default() -> WICRawToneCurvePoint
Returns the “default value” for a type. Read more
impl Copy for WICRawToneCurvePoint
Auto Trait Implementations§
impl Freeze for WICRawToneCurvePoint
impl RefUnwindSafe for WICRawToneCurvePoint
impl Send for WICRawToneCurvePoint
impl Sync for WICRawToneCurvePoint
impl Unpin for WICRawToneCurvePoint
impl UnwindSafe for WICRawToneCurvePoint
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