pub unsafe trait GCButtonElementName: GCPhysicalInputElementName { }Available on crate feature
GCInputNames only.Expand description
Trait Implementations§
impl<T> ImplementedBy<T> for dyn GCButtonElementName
Source§impl ProtocolType for dyn GCButtonElementName
impl ProtocolType for dyn GCButtonElementName
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".