Docs.rs
objc2-game-controller-0.2.0
objc2-game-controller 0.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
simlay
madsmtm
Dependencies
block2 ^0.5.0
normal
optional
objc2 ^0.5.1
normal
objc2-app-kit ^0.2.0
normal
optional
objc2-foundation ^0.2.0
normal
Versions
50%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-apple-ios
x86_64-apple-darwin
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
objc2_game_controller
0.2.0
GCButtonElementName
Implementations on Foreign Types
ProtocolObject<T>
Trait Implementations
ImplementedBy<T>
ProtocolType
Implementors
In crate objc2_game_controller
?
Settings
Trait
objc2_game_controller
::
GCButtonElementName
Copy item path
source
·
[
−
]
pub unsafe trait GCButtonElementName:
GCPhysicalInputElementName
{ }
Available on
crate feature
GCInputNames
only.
Trait Implementations
§
source
§
impl
ProtocolType
for dyn
GCButtonElementName
source
§
const
NAME
: &'static
str
= "GCButtonElementName"
The name of the Objective-C protocol that this type represents.
source
§
fn
protocol
() ->
Option
<&'static
AnyProtocol
>
Get a reference to the Objective-C protocol object that this type represents.
Read more
source
§
impl<T>
ImplementedBy
<T> for dyn
GCButtonElementName
where T: ?
Sized
+
Message
+
GCButtonElementName
,
Implementations on Foreign Types
§
source
§
impl<T>
GCButtonElementName
for
ProtocolObject
<T>
where T: ?
Sized
+
GCButtonElementName
,
Implementors
§