Struct libR_sys::structRstart[][src]

#[repr(C)]
pub struct structRstart {
Show 15 fields 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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.