Struct rsim::processor::isa_mods::csrs::Zicsr [−][src]
pub struct Zicsr<T> where
T: From<u8>, { _phantom: PhantomData<T>, }
Fields
_phantom: PhantomData<T>
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Zicsr<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for Zicsr<T> where
T: Send,
T: Send,
impl<T> Sync for Zicsr<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Zicsr<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for Zicsr<T> where
T: UnwindSafe,
T: UnwindSafe,