pub enum ExtOperandKind {
KernelPropertyFlags,
}Expand description
Extended instruction operand kinds.
Variants§
KernelPropertyFlags
Trait Implementations§
Source§impl Clone for ExtOperandKind
impl Clone for ExtOperandKind
Source§fn clone(&self) -> ExtOperandKind
fn clone(&self) -> ExtOperandKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExtOperandKind
impl Debug for ExtOperandKind
Source§impl Hash for ExtOperandKind
impl Hash for ExtOperandKind
Source§impl PartialEq for ExtOperandKind
impl PartialEq for ExtOperandKind
Source§fn eq(&self, other: &ExtOperandKind) -> bool
fn eq(&self, other: &ExtOperandKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ExtOperandKind
impl Eq for ExtOperandKind
impl StructuralPartialEq for ExtOperandKind
Auto Trait Implementations§
impl Freeze for ExtOperandKind
impl RefUnwindSafe for ExtOperandKind
impl Send for ExtOperandKind
impl Sync for ExtOperandKind
impl Unpin for ExtOperandKind
impl UnsafeUnpin for ExtOperandKind
impl UnwindSafe for ExtOperandKind
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