pub enum ZicbozOpcode {
CBO_ZERO,
}Expand description
Insturctions in Zicboz Extension.
Variants§
CBO_ZERO
Trait Implementations§
Source§impl Debug for ZicbozOpcode
impl Debug for ZicbozOpcode
Source§impl Display for ZicbozOpcode
impl Display for ZicbozOpcode
Source§impl PartialEq for ZicbozOpcode
impl PartialEq for ZicbozOpcode
impl StructuralPartialEq for ZicbozOpcode
Auto Trait Implementations§
impl Freeze for ZicbozOpcode
impl RefUnwindSafe for ZicbozOpcode
impl Send for ZicbozOpcode
impl Sync for ZicbozOpcode
impl Unpin for ZicbozOpcode
impl UnwindSafe for ZicbozOpcode
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