pub struct GlobalOptions {
pub optimizationLevel: i32,
pub debugLevel: i32,
pub typeInfoLevel: i32,
pub vectorLib: *const c_char,
pub vectorCtor: *const c_char,
pub vectorType: *const c_char,
pub onlyParse: bool,
pub parseCst: bool,
}Fields§
§optimizationLevel: i32§debugLevel: i32§typeInfoLevel: i32§vectorLib: *const c_char§vectorCtor: *const c_char§vectorType: *const c_char§onlyParse: bool§parseCst: boolTrait Implementations§
Source§impl Clone for GlobalOptions
impl Clone for GlobalOptions
Source§fn clone(&self) -> GlobalOptions
fn clone(&self) -> GlobalOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GlobalOptions
Source§impl Debug for GlobalOptions
impl Debug for GlobalOptions
Auto Trait Implementations§
impl !Send for GlobalOptions
impl !Sync for GlobalOptions
impl Freeze for GlobalOptions
impl RefUnwindSafe for GlobalOptions
impl Unpin for GlobalOptions
impl UnsafeUnpin for GlobalOptions
impl UnwindSafe for GlobalOptions
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