pub struct SyscallNumber(pub u32);Expand description
Syscall number mapping for x86_64
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for SyscallNumber
impl Clone for SyscallNumber
Source§fn clone(&self) -> SyscallNumber
fn clone(&self) -> SyscallNumber
Returns a duplicate 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 SyscallNumber
impl Debug for SyscallNumber
impl Copy for SyscallNumber
Auto Trait Implementations§
impl Freeze for SyscallNumber
impl RefUnwindSafe for SyscallNumber
impl Send for SyscallNumber
impl Sync for SyscallNumber
impl Unpin for SyscallNumber
impl UnwindSafe for SyscallNumber
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