#[repr(i32)]pub enum tagREGKIND {
REGKIND_DEFAULT = 0,
REGKIND_REGISTER = 1,
REGKIND_NONE = 2,
}Variants§
Trait Implementations§
Source§impl Clone for tagREGKIND
impl Clone for tagREGKIND
Source§fn clone(&self) -> tagREGKIND
fn clone(&self) -> tagREGKIND
Returns a duplicate of the value. Read more
1.0.0 · 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 tagREGKIND
impl Debug for tagREGKIND
Source§impl Hash for tagREGKIND
impl Hash for tagREGKIND
Source§impl PartialEq for tagREGKIND
impl PartialEq for tagREGKIND
impl Copy for tagREGKIND
impl Eq for tagREGKIND
impl StructuralPartialEq for tagREGKIND
Auto Trait Implementations§
impl Freeze for tagREGKIND
impl RefUnwindSafe for tagREGKIND
impl Send for tagREGKIND
impl Sync for tagREGKIND
impl Unpin for tagREGKIND
impl UnwindSafe for tagREGKIND
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