#[repr(u8)]pub enum ConstB {
REGISTER = 0,
CONSTANT = 1,
}
Variants§
REGISTER = 0
REG_B is intepreted as a register index.
CONSTANT = 1
REG_B is intepreted as a constant.
Implementations§
Trait Implementations§
Source§impl Ord for ConstB
impl Ord for ConstB
Source§impl PartialOrd for ConstB
impl PartialOrd for ConstB
impl Copy for ConstB
impl Eq for ConstB
impl StructuralPartialEq for ConstB
Auto Trait Implementations§
impl Freeze for ConstB
impl RefUnwindSafe for ConstB
impl Send for ConstB
impl Sync for ConstB
impl Unpin for ConstB
impl UnwindSafe for ConstB
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
)