pub struct ConfigBase {
pub mtval_has_illegal_instruction_bits: bool,
pub writable_fiom: bool,
pub writable_hpm_counters: BitVector<32>,
pub writable_misa: bool,
}Fields§
§mtval_has_illegal_instruction_bits: bool§writable_fiom: bool§writable_hpm_counters: BitVector<32>§writable_misa: boolTrait Implementations§
Source§impl Clone for ConfigBase
impl Clone for ConfigBase
Source§fn clone(&self) -> ConfigBase
fn clone(&self) -> ConfigBase
Returns a duplicate 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 ConfigBase
impl Debug for ConfigBase
Source§impl PartialEq for ConfigBase
impl PartialEq for ConfigBase
impl Eq for ConfigBase
impl StructuralPartialEq for ConfigBase
Auto Trait Implementations§
impl Freeze for ConfigBase
impl RefUnwindSafe for ConfigBase
impl Send for ConfigBase
impl Sync for ConfigBase
impl Unpin for ConfigBase
impl UnwindSafe for ConfigBase
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