Enum pebble_syscall_common::SyscallType [] [src]

pub enum SyscallType {
    Unknown,
    DebugMsg,
    Write,
}

Variants

Trait Implementations

impl From<usize> for SyscallType
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for SyscallType

impl Sync for SyscallType