#[repr(C)]pub struct ShimEventSyscallComplete {
pub retval: SyscallReg,
pub restartable: bool,
}
Expand description
Fields§
§retval: SyscallReg
§restartable: bool
Whether the syscall is eligible to be restarted. Only applicable when retval is -EINTR. See signal(7).
Trait Implementations§
source§impl Clone for ShimEventSyscallComplete
impl Clone for ShimEventSyscallComplete
source§fn clone(&self) -> ShimEventSyscallComplete
fn clone(&self) -> ShimEventSyscallComplete
Returns a copy 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 ShimEventSyscallComplete
impl Debug for ShimEventSyscallComplete
impl Copy for ShimEventSyscallComplete
Auto Trait Implementations§
impl Freeze for ShimEventSyscallComplete
impl RefUnwindSafe for ShimEventSyscallComplete
impl Send for ShimEventSyscallComplete
impl Sync for ShimEventSyscallComplete
impl Unpin for ShimEventSyscallComplete
impl UnwindSafe for ShimEventSyscallComplete
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)