Struct libR_sys::structRstart
source · #[repr(C)]pub struct structRstart {Show 17 fields
pub R_Quiet: Rboolean,
pub R_NoEcho: 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: usize,
pub nsize: usize,
pub max_vsize: usize,
pub max_nsize: usize,
pub ppsize: usize,
pub _bitfield_align_1: [u16; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub nconnections: c_int,
}
Fields§
§R_Quiet: Rboolean
§R_NoEcho: Rboolean
§R_Interactive: Rboolean
§R_Verbose: Rboolean
§LoadSiteFile: Rboolean
§LoadInitFile: Rboolean
§DebugInitFile: Rboolean
§RestoreAction: SA_TYPE
§SaveAction: SA_TYPE
§vsize: usize
§nsize: usize
§max_vsize: usize
§max_nsize: usize
§ppsize: usize
§_bitfield_align_1: [u16; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
§nconnections: c_int
Implementations§
source§impl structRstart
impl structRstart
pub fn NoRenviron(&self) -> Rboolean
pub fn set_NoRenviron(&mut self, val: Rboolean)
pub fn RstartVersion(&self) -> c_int
pub fn set_RstartVersion(&mut self, val: c_int)
pub fn new_bitfield_1( NoRenviron: Rboolean, RstartVersion: c_int, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
source§impl Clone for structRstart
impl Clone for structRstart
source§fn clone(&self) -> structRstart
fn clone(&self) -> structRstart
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for structRstart
impl Debug for structRstart
impl Copy for structRstart
Auto Trait Implementations§
impl Freeze for structRstart
impl RefUnwindSafe for structRstart
impl Send for structRstart
impl Sync for structRstart
impl Unpin for structRstart
impl UnwindSafe for structRstart
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)