pub struct SyscallInfo {
pub id: u16,
pub data: SyscallData,
}Fields§
§id: u16§data: SyscallDataTrait Implementations§
Source§impl Clone for SyscallInfo
impl Clone for SyscallInfo
Source§fn clone(&self) -> SyscallInfo
fn clone(&self) -> SyscallInfo
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 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