#[repr(i32)]pub enum AlignmentDataX64 {
Nop = 0,
Int3 = 1,
Ud2 = 2,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AlignmentDataX64
impl Clone for AlignmentDataX64
Source§fn clone(&self) -> AlignmentDataX64
fn clone(&self) -> AlignmentDataX64
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 moreimpl Copy for AlignmentDataX64
Source§impl Debug for AlignmentDataX64
impl Debug for AlignmentDataX64
Source§impl Default for AlignmentDataX64
impl Default for AlignmentDataX64
impl Eq for AlignmentDataX64
Source§impl Hash for AlignmentDataX64
impl Hash for AlignmentDataX64
Source§impl PartialEq for AlignmentDataX64
impl PartialEq for AlignmentDataX64
Source§fn eq(&self, other: &AlignmentDataX64) -> bool
fn eq(&self, other: &AlignmentDataX64) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AlignmentDataX64
Auto Trait Implementations§
impl Freeze for AlignmentDataX64
impl RefUnwindSafe for AlignmentDataX64
impl Send for AlignmentDataX64
impl Sync for AlignmentDataX64
impl Unpin for AlignmentDataX64
impl UnsafeUnpin for AlignmentDataX64
impl UnwindSafe for AlignmentDataX64
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