Enum pix_engine::event::ControllerUpdate
source · [−]pub enum ControllerUpdate {
Added,
Removed,
Remapped,
}Expand description
Controller update event.
Variants
Added
A controller was attached.
Removed
A controller was unattached.
Remapped
A controller has been remapped.
Trait Implementations
fn 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
Auto Trait Implementations
impl RefUnwindSafe for ControllerUpdate
impl Send for ControllerUpdate
impl Sync for ControllerUpdate
impl Unpin for ControllerUpdate
impl UnwindSafe for ControllerUpdate
Blanket Implementations
Mutably borrows from an owned value. Read more