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
i32
u32
fixed point, 1/256 precision
CString
id of a wayland object
id of a newly created wayland object
Vec
RawFd
Trait Implementations
impl Clone for ArgumentType
[src][+]
impl Copy for ArgumentType
[src]
impl Debug for ArgumentType
[src][+]
impl PartialEq<ArgumentType> for ArgumentType
[src][+]
impl StructuralPartialEq for ArgumentType
[src]
Auto Trait Implementations
impl RefUnwindSafe for ArgumentType
impl Send for ArgumentType
impl Sync for ArgumentType
impl Unpin for ArgumentType
impl UnwindSafe for ArgumentType
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,