#[repr(C, align(32))]pub struct rseq_cs {
pub version: c_uint,
pub flags: c_uint,
pub start_ip: c_ulonglong,
pub post_commit_offset: c_ulonglong,
pub abort_ip: c_ulonglong,
}
Fields§
§version: c_uint
§flags: c_uint
§start_ip: c_ulonglong
§post_commit_offset: c_ulonglong
§abort_ip: c_ulonglong
Trait Implementations§
Auto Trait Implementations§
impl Freeze for rseq_cs
impl RefUnwindSafe for rseq_cs
impl Send for rseq_cs
impl Sync for rseq_cs
impl Unpin for rseq_cs
impl UnwindSafe for rseq_cs
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