pub enum write_kind {
Write_plain,
Write_RISCV_release,
Write_RISCV_strong_release,
Write_RISCV_conditional,
Write_RISCV_conditional_release,
Write_RISCV_conditional_strong_release,
}Expand description
write_kind
Generated from the Sail sources at prelude_mem.sail L19-26.
Variants§
Write_plain
Write_RISCV_release
Write_RISCV_strong_release
Write_RISCV_conditional
Write_RISCV_conditional_release
Write_RISCV_conditional_strong_release
Trait Implementations§
Source§impl Clone for write_kind
impl Clone for write_kind
Source§fn clone(&self) -> write_kind
fn clone(&self) -> write_kind
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 write_kind
impl Debug for write_kind
Source§impl PartialEq for write_kind
impl PartialEq for write_kind
impl Copy for write_kind
impl Eq for write_kind
impl StructuralPartialEq for write_kind
Auto Trait Implementations§
impl Freeze for write_kind
impl RefUnwindSafe for write_kind
impl Send for write_kind
impl Sync for write_kind
impl Unpin for write_kind
impl UnwindSafe for write_kind
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