Enum wayland_commons::wire::ArgumentType [−][src]
pub enum ArgumentType {
Int,
Uint,
Fixed,
Str,
Object,
NewId,
Array,
Fd,
}Expand description
Enum of possible argument types as recognized by the wire
Variants
i32
u32
fixed point, 1/256 precision
CString
id of a wayland object
id of a newly created wayland object
Vec
RawFd
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ArgumentTypeimpl Send for ArgumentTypeimpl Sync for ArgumentTypeimpl Unpin for ArgumentTypeimpl UnwindSafe for ArgumentTypeBlanket Implementations
Mutably borrows from an owned value. Read more