pub unsafe trait GCPhysicalInputElement: NSObjectProtocol {
    // Provided methods
    unsafe fn aliases(&self) -> Id<NSSet<NSString>>
       where Self: Sized + Message { ... }
    unsafe fn localizedName(&self) -> Option<Id<NSString>>
       where Self: Sized + Message { ... }
    unsafe fn sfSymbolsName(&self) -> Option<Id<NSString>>
       where Self: Sized + Message { ... }
}
Available on crate feature GCPhysicalInputElement only.

Provided Methods§

source

unsafe fn aliases(&self) -> Id<NSSet<NSString>>
where Self: Sized + Message,

source

unsafe fn localizedName(&self) -> Option<Id<NSString>>
where Self: Sized + Message,

source

unsafe fn sfSymbolsName(&self) -> Option<Id<NSString>>
where Self: Sized + Message,

Trait Implementations§

source§

impl ProtocolType for dyn GCPhysicalInputElement

source§

const NAME: &'static str = "GCPhysicalInputElement"

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 GCPhysicalInputElement

Implementations on Foreign Types§

source§

impl<T> GCPhysicalInputElement for ProtocolObject<T>

Implementors§

source§

impl GCPhysicalInputElement for GCGearShifterElement

Available on crate feature GCGearShifterElement only.
source§

impl GCPhysicalInputElement for GCSteeringWheelElement

Available on crate feature GCSteeringWheelElement only.