#[repr(packed(1))]pub struct SyscallInfo {
pub syscall_number: usize,
pub a: usize,
pub b: usize,
pub c: usize,
pub d: usize,
pub e: usize,
}
Fields§
§syscall_number: usize
§a: usize
§b: usize
§c: usize
§d: usize
§e: usize
Trait Implementations§
Source§impl Clone for SyscallInfo
impl Clone for SyscallInfo
Source§fn clone(&self) -> SyscallInfo
fn clone(&self) -> SyscallInfo
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 SyscallInfo
impl Debug for SyscallInfo
impl Copy for SyscallInfo
Auto Trait Implementations§
impl Freeze for SyscallInfo
impl RefUnwindSafe for SyscallInfo
impl Send for SyscallInfo
impl Sync for SyscallInfo
impl Unpin for SyscallInfo
impl UnwindSafe for SyscallInfo
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
)