pub unsafe trait GCDevicePhysicalInputStateDiff: NSObjectProtocol {
// Provided methods
unsafe fn changeForElement(
&self,
element: &ProtocolObject<dyn GCPhysicalInputElement>
) -> GCDevicePhysicalInputElementChange
where Self: Sized + Message { ... }
unsafe fn changedElements(
&self
) -> Option<Id<NSEnumerator<ProtocolObject<dyn GCPhysicalInputElement>>>>
where Self: Sized + Message { ... }
}
Available on crate feature
GCDevicePhysicalInputStateDiff
only.Provided Methods§
unsafe fn changeForElement( &self, element: &ProtocolObject<dyn GCPhysicalInputElement> ) -> GCDevicePhysicalInputElementChange
Available on crate feature
GCPhysicalInputElement
only.unsafe fn changedElements( &self ) -> Option<Id<NSEnumerator<ProtocolObject<dyn GCPhysicalInputElement>>>>
Available on crate feature
GCPhysicalInputElement
only.