Struct sep_sys::sep_bkg[][src]

#[repr(C)]pub struct sep_bkg {
    pub w: c_int,
    pub h: c_int,
    pub bw: c_int,
    pub bh: c_int,
    pub nx: c_int,
    pub ny: c_int,
    pub n: c_int,
    pub global: f32,
    pub globalrms: f32,
    pub back: *mut f32,
    pub dback: *mut f32,
    pub sigma: *mut f32,
    pub dsigma: *mut f32,
}

Fields

w: c_inth: c_intbw: c_intbh: c_intnx: c_intny: c_intn: c_intglobal: f32globalrms: f32back: *mut f32dback: *mut f32sigma: *mut f32dsigma: *mut f32

Trait Implementations

impl Clone for sep_bkg[src]

impl Copy for sep_bkg[src]

impl Debug for sep_bkg[src]

impl Default for sep_bkg[src]

Auto Trait Implementations

impl RefUnwindSafe for sep_bkg

impl !Send for sep_bkg

impl !Sync for sep_bkg

impl Unpin for sep_bkg

impl UnwindSafe for sep_bkg

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> From<T> for T[src]

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

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.