Enum wayland_commons::wire::ArgumentType [−][src]
pub enum ArgumentType {
Int,
Uint,
Fixed,
Str,
Object,
NewId,
Array,
Fd,
}Enum of possible argument types as recognized by the wire
Variants
Inti32
Uintu32
Fixedfixed point, 1/256 precision
StrCString
Objectid of a wayland object
NewIdid of a newly created wayland object
ArrayVec
FdRawFd
Trait Implementations
impl Copy for ArgumentType[src]
impl Copy for ArgumentTypeimpl Clone for ArgumentType[src]
impl Clone for ArgumentTypefn clone(&self) -> ArgumentType[src]
fn clone(&self) -> ArgumentTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for ArgumentType[src]
impl PartialEq for ArgumentTypefn eq(&self, other: &ArgumentType) -> bool[src]
fn eq(&self, other: &ArgumentType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Debug for ArgumentType[src]
impl Debug for ArgumentTypeAuto Trait Implementations
impl Send for ArgumentType
impl Send for ArgumentTypeimpl Sync for ArgumentType
impl Sync for ArgumentType