[][src]Struct libR_sys::structRstart

#[repr(C)]pub struct structRstart {
    pub R_Quiet: Rboolean,
    pub R_Slave: Rboolean,
    pub R_Interactive: Rboolean,
    pub R_Verbose: Rboolean,
    pub LoadSiteFile: Rboolean,
    pub LoadInitFile: Rboolean,
    pub DebugInitFile: Rboolean,
    pub RestoreAction: SA_TYPE,
    pub SaveAction: SA_TYPE,
    pub vsize: size_t,
    pub nsize: size_t,
    pub max_vsize: size_t,
    pub max_nsize: size_t,
    pub ppsize: size_t,
    pub NoRenviron: c_int,
}

Fields

R_Quiet: RbooleanR_Slave: RbooleanR_Interactive: RbooleanR_Verbose: RbooleanLoadSiteFile: RbooleanLoadInitFile: RbooleanDebugInitFile: RbooleanRestoreAction: SA_TYPESaveAction: SA_TYPEvsize: size_tnsize: size_tmax_vsize: size_tmax_nsize: size_tppsize: size_tNoRenviron: c_int

Trait Implementations

impl Clone for structRstart[src]

impl Copy for structRstart[src]

impl Debug for structRstart[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> 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.