pub struct RseqArgs {
pub rseq: InspectResult<Arc<rseq>>,
pub flags: c_int,
pub sig: u32,
}Fields§
§rseq: InspectResult<Arc<rseq>>§flags: c_int§sig: u32Trait Implementations§
Source§impl From<RseqArgs> for SyscallArgs
impl From<RseqArgs> for SyscallArgs
Source§impl SyscallGroupsGetter for RseqArgs
impl SyscallGroupsGetter for RseqArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for RseqArgs
impl SyscallNumber for RseqArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for RseqArgs
Auto Trait Implementations§
impl Freeze for RseqArgs
impl RefUnwindSafe for RseqArgs
impl Send for RseqArgs
impl Sync for RseqArgs
impl Unpin for RseqArgs
impl UnwindSafe for RseqArgs
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