Enum pebble_syscall_common::SyscallType [] [src]

#[repr(usize)]
pub enum SyscallType { Unknown, DebugMsg, Write, }

Variants

Trait Implementations

impl Clone for SyscallType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SyscallType
[src]

impl Debug for SyscallType
[src]

[src]

Formats the value using the given formatter. Read more

impl From<usize> for SyscallType
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for SyscallType

impl Sync for SyscallType