#[repr(C)]pub struct GPlot {Show 14 fields
pub rootname: *mut c_char,
pub cmdname: *mut c_char,
pub cmddata: *mut Sarray,
pub datanames: *mut Sarray,
pub plotdata: *mut Sarray,
pub plotlabels: *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_char§cmdname: *mut c_char§cmddata: *mut Sarray§datanames: *mut Sarray§plotdata: *mut Sarray§plotlabels: *mut Sarray§plotstyles: *mut Numa§nplots: l_int32§outname: *mut c_char§outformat: l_int32§scaling: l_int32§title: *mut c_char§xlabel: *mut c_char§ylabel: *mut c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for GPlot
impl RefUnwindSafe for GPlot
impl !Send for GPlot
impl !Sync for GPlot
impl Unpin for GPlot
impl UnwindSafe for GPlot
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