Trait shadow_rs::host::syscall::formatter::SyscallDisplay

source ·
pub trait SyscallDisplay {
    // Required method
    fn fmt(
        &self,
        f: &mut Formatter<'_>,
        options: FmtOptions,
        mem: &MemoryManager,
    ) -> Result;
}

Required Methods§

source

fn fmt( &self, f: &mut Formatter<'_>, options: FmtOptions, mem: &MemoryManager, ) -> Result

Implementors§

source§

impl SyscallDisplay for SyscallVal<'_, ClockId>

source§

impl SyscallDisplay for SyscallVal<'_, ITimerId>

source§

impl SyscallDisplay for SyscallVal<'_, i8>

source§

impl SyscallDisplay for SyscallVal<'_, i16>

source§

impl SyscallDisplay for SyscallVal<'_, i32>

source§

impl SyscallDisplay for SyscallVal<'_, i64>

source§

impl SyscallDisplay for SyscallVal<'_, isize>

source§

impl SyscallDisplay for SyscallVal<'_, *const c_void>

source§

impl SyscallDisplay for SyscallVal<'_, *const i8>

source§

impl SyscallDisplay for SyscallVal<'_, *const i16>

source§

impl SyscallDisplay for SyscallVal<'_, *const i32>

source§

impl SyscallDisplay for SyscallVal<'_, *const i64>

source§

impl SyscallDisplay for SyscallVal<'_, *const isize>

source§

impl SyscallDisplay for SyscallVal<'_, *const u8>

source§

impl SyscallDisplay for SyscallVal<'_, *const u16>

source§

impl SyscallDisplay for SyscallVal<'_, *const u32>

source§

impl SyscallDisplay for SyscallVal<'_, *const u64>

source§

impl SyscallDisplay for SyscallVal<'_, *const usize>

source§

impl SyscallDisplay for SyscallVal<'_, *const msghdr>

source§

impl SyscallDisplay for SyscallVal<'_, *const sockaddr>

source§

impl SyscallDisplay for SyscallVal<'_, *const iovec>

source§

impl SyscallDisplay for SyscallVal<'_, *const clone_args>

source§

impl SyscallDisplay for SyscallVal<'_, *const stat>

source§

impl SyscallDisplay for SyscallVal<'_, *const sysinfo>

source§

impl SyscallDisplay for SyscallVal<'_, *const kernel_old_timeval>

source§

impl SyscallDisplay for SyscallVal<'_, *const kernel_timespec>

source§

impl SyscallDisplay for SyscallVal<'_, *const timespec>

source§

impl SyscallDisplay for SyscallVal<'_, u8>

source§

impl SyscallDisplay for SyscallVal<'_, u16>

source§

impl SyscallDisplay for SyscallVal<'_, u32>

source§

impl SyscallDisplay for SyscallVal<'_, u64>

source§

impl SyscallDisplay for SyscallVal<'_, usize>

source§

impl SyscallDisplay for SyscallVal<'_, CloseRangeFlags>

source§

impl SyscallDisplay for SyscallVal<'_, OFlag>

source§

impl SyscallDisplay for SyscallVal<'_, MRemapFlags>

source§

impl SyscallDisplay for SyscallVal<'_, MapFlags>

source§

impl SyscallDisplay for SyscallVal<'_, ProtFlags>

source§

impl SyscallDisplay for SyscallVal<'_, PrctlOp>

source§

impl SyscallDisplay for SyscallVal<'_, CloneFlags>

source§

impl SyscallDisplay for SyscallVal<'_, AddressFamily>

source§

impl SyscallDisplay for SyscallVal<'_, ClockNanosleepFlags>

source§

impl SyscallDisplay for SyscallVal<'_, EfdFlags>

source§

impl SyscallDisplay for SyscallVal<'_, MsgFlags>

source§

impl SyscallDisplay for SyscallVal<'_, Mode>

source§

impl SyscallDisplay for SyscallVal<'_, SyscallStringArg>

source§

impl SyscallDisplay for SyscallVal<'_, NoArg>

source§

impl<const K: usize> SyscallDisplay for SyscallVal<'_, [i8; K]>

source§

impl<const K: usize> SyscallDisplay for SyscallVal<'_, [i16; K]>

source§

impl<const K: usize> SyscallDisplay for SyscallVal<'_, [i32; K]>

source§

impl<const K: usize> SyscallDisplay for SyscallVal<'_, [i64; K]>

source§

impl<const K: usize> SyscallDisplay for SyscallVal<'_, [isize; K]>

source§

impl<const K: usize> SyscallDisplay for SyscallVal<'_, [u8; K]>

source§

impl<const K: usize> SyscallDisplay for SyscallVal<'_, [u16; K]>

source§

impl<const K: usize> SyscallDisplay for SyscallVal<'_, [u32; K]>

source§

impl<const K: usize> SyscallDisplay for SyscallVal<'_, [u64; K]>

source§

impl<const K: usize> SyscallDisplay for SyscallVal<'_, [usize; K]>

source§

impl<const LEN_INDEX: usize> SyscallDisplay for SyscallVal<'_, SyscallBufferArg<LEN_INDEX>>

source§

impl<const LEN_INDEX: usize> SyscallDisplay for SyscallVal<'_, SyscallSockAddrArg<LEN_INDEX>>