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§
unsafe fn aliases(&self) -> Id<NSSet<NSString>>
unsafe fn localizedName(&self) -> Option<Id<NSString>>
unsafe fn sfSymbolsName(&self) -> Option<Id<NSString>>
Trait Implementations§
source§impl ProtocolType for dyn GCPhysicalInputElement
impl ProtocolType for dyn GCPhysicalInputElement
impl<T> ImplementedBy<T> for dyn GCPhysicalInputElement
Implementations on Foreign Types§
impl<T> GCPhysicalInputElement for ProtocolObject<T>where
T: ?Sized + GCPhysicalInputElement,
Implementors§
impl GCPhysicalInputElement for GCGearShifterElement
Available on crate feature
GCGearShifterElement
only.impl GCPhysicalInputElement for GCSteeringWheelElement
Available on crate feature
GCSteeringWheelElement
only.