Enum wayland_commons::wire::ArgumentType
source · pub enum ArgumentType {
Int,
Uint,
Fixed,
Str,
Object,
NewId,
Array,
Fd,
}Expand description
Enum of possible argument types as recognized by the wire
Variants§
Int
i32
Uint
u32
Fixed
fixed point, 1/256 precision
Str
CString
Object
id of a wayland object
NewId
id of a newly created wayland object
Array
Vec
Fd
RawFd
Trait Implementations§
source§impl Clone for ArgumentType
impl Clone for ArgumentType
source§fn clone(&self) -> ArgumentType
fn clone(&self) -> ArgumentType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more