[][src]Struct ichen_openprotocol::ActionID

pub struct ActionID(_);

A 32-bit ID that represents a controller action.

It Derefs into an i32.

Methods

impl ActionID[src]

pub fn new(__0: i32) -> ActionID[src]

Trait Implementations

impl AsMut<i32> for ActionID[src]

impl AsRef<i32> for ActionID[src]

impl Borrow<i32> for ActionID[src]

impl Clone for ActionID[src]

impl Copy for ActionID[src]

impl Debug for ActionID[src]

impl Deref for ActionID[src]

type Target = i32

The resulting type after dereferencing.

impl DerefMut for ActionID[src]

impl<'de> Deserialize<'de> for ActionID[src]

impl Display for ActionID[src]

impl Eq for ActionID[src]

impl From<ActionID> for i32[src]

impl From<i32> for ActionID[src]

impl FromStr for ActionID[src]

type Err = <i32 as FromStr>::Err

The associated error which can be returned from parsing.

impl Hash for ActionID[src]

impl Ord for ActionID[src]

impl PartialEq<ActionID> for ActionID[src]

impl PartialEq<ActionID> for i32[src]

impl PartialEq<i32> for ActionID[src]

impl PartialOrd<ActionID> for ActionID[src]

impl PartialOrd<ActionID> for i32[src]

impl PartialOrd<i32> for ActionID[src]

impl Serialize for ActionID[src]

impl StructuralEq for ActionID[src]

impl StructuralPartialEq for ActionID[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Typeable for T where
    T: Any

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,