Trait 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_itimerval>

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<'a, T> SyscallDisplay for SyscallVal<'a, SyscallNonDeterministicArg<T>>
where SyscallVal<'a, T>: SyscallDisplay,

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>>