[][src]Struct leptess::capi::GPlot

#[repr(C)]
pub struct GPlot {
    pub rootname: *mut c_char,
    pub cmdname: *mut c_char,
    pub cmddata: *mut Sarray,
    pub datanames: *mut Sarray,
    pub plotdata: *mut Sarray,
    pub plottitles: *mut Sarray,
    pub plotstyles: *mut Numa,
    pub nplots: l_int32,
    pub outname: *mut c_char,
    pub outformat: l_int32,
    pub scaling: l_int32,
    pub title: *mut c_char,
    pub xlabel: *mut c_char,
    pub ylabel: *mut c_char,
}

Fields

rootname: *mut c_charcmdname: *mut c_charcmddata: *mut Sarraydatanames: *mut Sarrayplotdata: *mut Sarrayplottitles: *mut Sarrayplotstyles: *mut Numanplots: l_int32outname: *mut c_charoutformat: l_int32scaling: l_int32title: *mut c_charxlabel: *mut c_charylabel: *mut c_char

Trait Implementations

impl Clone for GPlot[src]

impl Copy for GPlot[src]

impl Debug for GPlot[src]

Auto Trait Implementations

impl !Send for GPlot

impl Unpin for GPlot

impl !Sync for GPlot

impl UnwindSafe for GPlot

impl RefUnwindSafe for GPlot

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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