pub struct CompilerFragmentOptions {
pub default_float_precision: Precision,
pub default_int_precision: Precision,
}Fields§
§default_float_precision: Precision§default_int_precision: PrecisionTrait Implementations§
Source§impl Clone for CompilerFragmentOptions
impl Clone for CompilerFragmentOptions
Source§fn clone(&self) -> CompilerFragmentOptions
fn clone(&self) -> CompilerFragmentOptions
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 moreSource§impl Debug for CompilerFragmentOptions
impl Debug for CompilerFragmentOptions
Source§impl Default for CompilerFragmentOptions
impl Default for CompilerFragmentOptions
Source§fn default() -> CompilerFragmentOptions
fn default() -> CompilerFragmentOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CompilerFragmentOptions
impl RefUnwindSafe for CompilerFragmentOptions
impl Send for CompilerFragmentOptions
impl Sync for CompilerFragmentOptions
impl Unpin for CompilerFragmentOptions
impl UnsafeUnpin for CompilerFragmentOptions
impl UnwindSafe for CompilerFragmentOptions
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