Struct pix_engine::event::ControllerId
source · [−]pub struct ControllerId(_);Expand description
Controller identifier used to reference attached controllers.
Methods from Deref<Target = u32>
Trait Implementations
sourceimpl Clone for ControllerId
impl Clone for ControllerId
sourcefn clone(&self) -> ControllerId
fn clone(&self) -> ControllerId
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ControllerId
impl Debug for ControllerId
sourceimpl Default for ControllerId
impl Default for ControllerId
sourcefn default() -> ControllerId
fn default() -> ControllerId
Returns the “default value” for a type. Read more
sourceimpl Deref for ControllerId
impl Deref for ControllerId
sourceimpl DerefMut for ControllerId
impl DerefMut for ControllerId
sourceimpl<'de> Deserialize<'de> for ControllerId
impl<'de> Deserialize<'de> for ControllerId
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Display for ControllerId
impl Display for ControllerId
sourceimpl Hash for ControllerId
impl Hash for ControllerId
sourceimpl Ord for ControllerId
impl Ord for ControllerId
sourceimpl PartialEq<ControllerId> for ControllerId
impl PartialEq<ControllerId> for ControllerId
sourcefn eq(&self, other: &ControllerId) -> bool
fn eq(&self, other: &ControllerId) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ControllerId) -> bool
fn ne(&self, other: &ControllerId) -> bool
This method tests for !=.
sourceimpl PartialOrd<ControllerId> for ControllerId
impl PartialOrd<ControllerId> for ControllerId
sourcefn partial_cmp(&self, other: &ControllerId) -> Option<Ordering>
fn partial_cmp(&self, other: &ControllerId) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
sourceimpl Serialize for ControllerId
impl Serialize for ControllerId
impl Copy for ControllerId
impl Eq for ControllerId
impl StructuralEq for ControllerId
impl StructuralPartialEq for ControllerId
Auto Trait Implementations
impl RefUnwindSafe for ControllerId
impl Send for ControllerId
impl Sync for ControllerId
impl Unpin for ControllerId
impl UnwindSafe for ControllerId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more