pub struct Misc {
pub large_insn_limit: bool,
pub bounded_loops: bool,
pub isa_v2_ext: bool,
pub isa_v3_ext: bool,
}
Fields§
§large_insn_limit: bool
§bounded_loops: bool
§isa_v2_ext: bool
§isa_v3_ext: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Misc
impl RefUnwindSafe for Misc
impl Send for Misc
impl Sync for Misc
impl Unpin for Misc
impl UnwindSafe for Misc
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