[][src]Struct imagepipe::gofloat::OpGoFloat

pub struct OpGoFloat {
    pub crop_top: usize,
    pub crop_right: usize,
    pub crop_bottom: usize,
    pub crop_left: usize,
    pub is_cfa: bool,
    pub blacklevels: [f32; 4],
    pub whitelevels: [f32; 4],
}

Fields

crop_top: usizecrop_right: usizecrop_bottom: usizecrop_left: usizeis_cfa: boolblacklevels: [f32; 4]whitelevels: [f32; 4]

Methods

impl OpGoFloat[src]

pub fn new(img: &RawImage) -> OpGoFloat[src]

Trait Implementations

impl Clone for OpGoFloat[src]

impl Copy for OpGoFloat[src]

impl Debug for OpGoFloat[src]

impl<'de> Deserialize<'de> for OpGoFloat[src]

impl<'a> ImageOp<'a> for OpGoFloat[src]

impl Serialize for OpGoFloat[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> SetParameter for T

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.