pub enum RegKind {
Integer,
Float,
Vector,
}
Variants§
Trait Implementations§
impl Copy for RegKind
impl Eq for RegKind
impl StructuralPartialEq for RegKind
Auto Trait Implementations§
impl Freeze for RegKind
impl RefUnwindSafe for RegKind
impl Send for RegKind
impl Sync for RegKind
impl Unpin for RegKind
impl UnwindSafe for RegKind
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