#[repr(u8)]pub enum ConstA {
REGISTER = 0,
CONSTANT = 1,
}
Variants§
REGISTER = 0
REG_A is intepreted as a register index.
CONSTANT = 1
REG_A is intepreted as a constant.
Implementations§
Trait Implementations§
Source§impl Ord for ConstA
impl Ord for ConstA
Source§impl PartialOrd for ConstA
impl PartialOrd for ConstA
impl Copy for ConstA
impl Eq for ConstA
impl StructuralPartialEq for ConstA
Auto Trait Implementations§
impl Freeze for ConstA
impl RefUnwindSafe for ConstA
impl Send for ConstA
impl Sync for ConstA
impl Unpin for ConstA
impl UnwindSafe for ConstA
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)