rseq

Struct rseq 

Source
#[repr(C, align(32))]
pub struct rseq { pub cpu_id_start: u32, pub cpu_id: u32, pub rseq_cs: u64, pub flags: u32, pub node_id: u32, pub mm_cid: u32, pub end: [c_char], }

Fields§

§cpu_id_start: u32§cpu_id: u32§rseq_cs: u64§flags: u32§node_id: u32§mm_cid: u32§end: [c_char]

Trait Implementations§

Source§

impl Debug for rseq

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl PartialEq for rseq

Source§

fn eq(&self, other: &rseq) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl SliceDst for rseq

Source§

fn layout_for(len: usize) -> Layout

Get the layout of the slice-containing type with the given slice length.
Source§

fn retype(ptr: NonNull<[()]>) -> NonNull<Self>

Add the type onto an untyped pointer. Read more
Source§

impl StructuralPartialEq for rseq

Auto Trait Implementations§

§

impl Freeze for rseq

§

impl RefUnwindSafe for rseq

§

impl Send for rseq

§

impl !Sized for rseq

§

impl Sync for rseq

§

impl Unpin for rseq

§

impl UnwindSafe for rseq

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more