pub struct Config { /* private fields */ }
Implementations§
Source§impl Config
impl Config
pub fn set_strip(&mut self, value: bool) -> &mut Self
pub fn set_optimize(&mut self, value: bool) -> &mut Self
pub fn set_inline_threshold(&mut self, value: usize) -> &mut Self
pub fn set_elide_unnecessary_loads(&mut self, value: bool) -> &mut Self
pub fn set_dispatch_table(&mut self, dispatch_table: Vec<Vec<u8>>) -> &mut Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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