Struct objc2_app_kit::NSResponder

source ·
#[repr(C)]
pub struct NSResponder { /* private fields */ }
Available on crate feature NSResponder only.

Implementations§

source§

impl NSResponder

NSInterfaceStyle

source

pub unsafe fn interfaceStyle(&self) -> NSInterfaceStyle

👎Deprecated
Available on crate feature NSInterfaceStyle only.
source

pub unsafe fn setInterfaceStyle(&self, interface_style: NSInterfaceStyle)

👎Deprecated
Available on crate feature NSInterfaceStyle only.
source§

impl NSResponder

source

pub unsafe fn init(this: Allocated<Self>) -> Id<Self>

source

pub unsafe fn initWithCoder( this: Allocated<Self>, coder: &NSCoder ) -> Option<Id<Self>>

source

pub unsafe fn nextResponder(&self) -> Option<Id<NSResponder>>

source

pub unsafe fn setNextResponder(&self, next_responder: Option<&NSResponder>)

source

pub unsafe fn tryToPerform_with( &self, action: Sel, object: Option<&AnyObject> ) -> bool

source

pub unsafe fn performKeyEquivalent(&self, event: &NSEvent) -> bool

Available on crate feature NSEvent only.
source

pub unsafe fn validRequestorForSendType_returnType( &self, send_type: Option<&NSPasteboardType>, return_type: Option<&NSPasteboardType> ) -> Option<Id<AnyObject>>

Available on crate feature NSPasteboard only.
source

pub unsafe fn mouseDown(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn rightMouseDown(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn otherMouseDown(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn mouseUp(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn rightMouseUp(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn otherMouseUp(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn mouseMoved(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn mouseDragged(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn scrollWheel(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn rightMouseDragged(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn otherMouseDragged(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn mouseEntered(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn mouseExited(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn keyDown(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn keyUp(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn flagsChanged(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn tabletPoint(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn tabletProximity(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn cursorUpdate(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn magnifyWithEvent(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn rotateWithEvent(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn swipeWithEvent(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn beginGestureWithEvent(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn endGestureWithEvent(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn smartMagnifyWithEvent(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn changeModeWithEvent(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn touchesBeganWithEvent(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn touchesMovedWithEvent(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn touchesEndedWithEvent(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn touchesCancelledWithEvent(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn quickLookWithEvent(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn pressureChangeWithEvent(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn noResponderFor(&self, event_selector: Sel)

source

pub unsafe fn acceptsFirstResponder(&self) -> bool

source

pub unsafe fn becomeFirstResponder(&self) -> bool

source

pub unsafe fn resignFirstResponder(&self) -> bool

source

pub unsafe fn interpretKeyEvents(&self, event_array: &NSArray<NSEvent>)

Available on crate feature NSEvent only.
source

pub unsafe fn flushBufferedKeyEvents(&self)

source

pub unsafe fn menu(&self) -> Option<Id<NSMenu>>

Available on crate feature NSMenu only.
source

pub unsafe fn setMenu(&self, menu: Option<&NSMenu>)

Available on crate feature NSMenu only.
source

pub unsafe fn showContextHelp(&self, sender: Option<&AnyObject>)

source

pub unsafe fn helpRequested(&self, event_ptr: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn shouldBeTreatedAsInkEvent(&self, event: &NSEvent) -> bool

Available on crate feature NSEvent only.
source

pub unsafe fn wantsScrollEventsForSwipeTrackingOnAxis( &self, axis: NSEventGestureAxis ) -> bool

Available on crate feature NSEvent only.
source

pub unsafe fn wantsForwardedScrollEventsForAxis( &self, axis: NSEventGestureAxis ) -> bool

Available on crate feature NSEvent only.
source

pub unsafe fn supplementalTargetForAction_sender( &self, action: Sel, sender: Option<&AnyObject> ) -> Option<Id<AnyObject>>

source§

impl NSResponder

Methods declared on superclass NSObject

source

pub unsafe fn new(mtm: MainThreadMarker) -> Id<Self>

source§

impl NSResponder

This impl block contains no items.

NSStandardKeyBindingMethods

source§

impl NSResponder

NSUndoSupport

source

pub unsafe fn undoManager(&self) -> Option<Id<NSUndoManager>>

source§

impl NSResponder

NSControlEditingSupport

source

pub unsafe fn validateProposedFirstResponder_forEvent( &self, responder: &NSResponder, event: Option<&NSEvent> ) -> bool

Available on crate feature NSEvent only.
source§

impl NSResponder

NSErrorPresentation

source

pub unsafe fn presentError_modalForWindow_delegate_didPresentSelector_contextInfo( &self, error: &NSError, window: &NSWindow, delegate: Option<&AnyObject>, did_present_selector: Option<Sel>, context_info: *mut c_void )

Available on crate feature NSWindow only.
source

pub unsafe fn presentError(&self, error: &NSError) -> bool

source

pub unsafe fn willPresentError(&self, error: &NSError) -> Id<NSError>

source§

impl NSResponder

NSTextFinderSupport

source

pub unsafe fn performTextFinderAction(&self, sender: Option<&AnyObject>)

source§

impl NSResponder

NSWindowTabbing

source

pub unsafe fn newWindowForTab(&self, sender: Option<&AnyObject>)

source§

impl NSResponder

NSDeprecated

source

pub unsafe fn performMnemonic(&self, string: &NSString) -> bool

👎Deprecated: This has always returned NO and had no effect on macOS
source§

impl NSResponder

NSTouchBarProvider

source

pub unsafe fn touchBar(&self) -> Option<Id<NSTouchBar>>

Available on crate feature NSTouchBar only.
source

pub unsafe fn setTouchBar(&self, touch_bar: Option<&NSTouchBar>)

Available on crate feature NSTouchBar only.
source

pub unsafe fn makeTouchBar(&self) -> Option<Id<NSTouchBar>>

Available on crate feature NSTouchBar only.
source§

impl NSResponder

NSUserActivity

source

pub unsafe fn userActivity(&self) -> Option<Id<NSUserActivity>>

Available on crate feature NSUserActivity only.
source

pub unsafe fn setUserActivity(&self, user_activity: Option<&NSUserActivity>)

Available on crate feature NSUserActivity only.
source

pub unsafe fn updateUserActivityState(&self, user_activity: &NSUserActivity)

Available on crate feature NSUserActivity only.
source§

impl NSResponder

NSRestorableState

source

pub unsafe fn encodeRestorableStateWithCoder(&self, coder: &NSCoder)

Available on crate feature NSWindowRestoration only.
source

pub unsafe fn encodeRestorableStateWithCoder_backgroundQueue( &self, coder: &NSCoder, queue: &NSOperationQueue )

Available on crate feature NSWindowRestoration only.
source

pub unsafe fn restoreStateWithCoder(&self, coder: &NSCoder)

Available on crate feature NSWindowRestoration only.
source

pub unsafe fn invalidateRestorableState(&self)

Available on crate feature NSWindowRestoration only.
source

pub unsafe fn restorableStateKeyPaths( mtm: MainThreadMarker ) -> Id<NSArray<NSString>>

Available on crate feature NSWindowRestoration only.
source

pub unsafe fn allowedClassesForRestorableStateKeyPath( key_path: &NSString, mtm: MainThreadMarker ) -> Id<NSArray<TodoClass>>

Available on crate feature NSWindowRestoration only.

Methods from Deref<Target = NSObject>§

source

pub fn doesNotRecognizeSelector(&self, sel: Sel) -> !

Handle messages the object doesn’t recognize.

See Apple’s documentation for details.

Methods from Deref<Target = AnyObject>§

source

pub fn class(&self) -> &'static AnyClass

Available on crate feature NSAccessibilityConstants only.

Dynamically find the class of this object.

§Example

Check that an instance of NSObject has the precise class NSObject.

use objc2::ClassType;
use objc2::runtime::NSObject;

let obj = NSObject::new();
assert_eq!(obj.class(), NSObject::class());
source

pub unsafe fn get_ivar<T>(&self, name: &str) -> &T
where T: Encode,

👎Deprecated: this is difficult to use correctly, use Ivar::load instead.
Available on crate feature NSAccessibilityConstants only.

Use Ivar::load instead.

§Safety

The object must have an instance variable with the given name, and it must be of type T.

See Ivar::load_ptr for details surrounding this.

source

pub unsafe fn get_mut_ivar<T>(&mut self, name: &str) -> &mut T
where T: Encode,

👎Deprecated: this is difficult to use correctly, use Ivar::load_mut instead.
Available on crate feature NSAccessibilityConstants only.

Use Ivar::load_mut instead.

§Safety

The object must have an instance variable with the given name, and it must be of type T.

See Ivar::load_ptr for details surrounding this.

Trait Implementations§

source§

impl AsMut<AnyObject> for NSResponder

source§

fn as_mut(&mut self) -> &mut AnyObject

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSObject> for NSResponder

source§

fn as_mut(&mut self) -> &mut NSObject

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSApplication

Available on crate feature NSApplication only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSBox

Available on crate feature NSBox only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSBrowser

Available on crate feature NSBrowser only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSButton

Available on crate feature NSButton only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSClipView

Available on crate feature NSClipView only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSCollectionView

Available on crate feature NSCollectionView only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSCollectionViewItem

Available on crate feature NSCollectionView only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSColorPanel

Available on crate feature NSColorPanel only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSColorWell

Available on crate feature NSColorWell only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSComboBox

Available on crate feature NSComboBox only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSComboButton

Available on crate feature NSComboButton only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSControl

Available on crate feature NSControl only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSDatePicker

Available on crate feature NSDatePicker only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSDrawer

Available on crate feature NSDrawer only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSFontPanel

Available on crate feature NSFontPanel only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSForm

Available on crate feature NSForm only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSGridView

Available on crate feature NSGridView only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSImageView

Available on crate feature NSImageView only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSLevelIndicator

Available on crate feature NSLevelIndicator only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSMatrix

Available on crate feature NSMatrix only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSOpenPanel

Available on crate feature NSOpenPanel only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSOutlineView

Available on crate feature NSOutlineView only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSPageController

Available on crate feature NSPageController only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSPanel

Available on crate feature NSPanel only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSPathControl

Available on crate feature NSPathControl only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSPopUpButton

Available on crate feature NSPopUpButton only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSPopover

Available on crate feature NSPopover only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSPredicateEditor

Available on crate feature NSPredicateEditor only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSProgressIndicator

Available on crate feature NSProgressIndicator only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSResponder

source§

fn as_mut(&mut self) -> &mut Self

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSRuleEditor

Available on crate feature NSRuleEditor only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSRulerView

Available on crate feature NSRulerView only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSSavePanel

Available on crate feature NSSavePanel only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSScrollView

Available on crate feature NSScrollView only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSScroller

Available on crate feature NSScroller only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSScrubber

Available on crate feature NSScrubber only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSScrubberArrangedView

Available on crate feature NSScrubberItemView only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSScrubberImageItemView

Available on crate feature NSScrubberItemView only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSScrubberItemView

Available on crate feature NSScrubberItemView only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSScrubberSelectionView

Available on crate feature NSScrubberItemView only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSScrubberTextItemView

Available on crate feature NSScrubberItemView only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSSearchField

Available on crate feature NSSearchField only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSSecureTextField

Available on crate feature NSSecureTextField only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSSegmentedControl

Available on crate feature NSSegmentedControl only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSSlider

Available on crate feature NSSlider only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSSplitView

Available on crate feature NSSplitView only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSSplitViewController

Available on crate feature NSSplitViewController only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSStackView

Available on crate feature NSStackView only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSStatusBarButton

Available on crate feature NSStatusBarButton only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSStepper

Available on crate feature NSStepper only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSSwitch

Available on crate feature NSSwitch only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSTabView

Available on crate feature NSTabView only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSTabViewController

Available on crate feature NSTabViewController only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSTableCellView

Available on crate feature NSTableCellView only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSTableHeaderView

Available on crate feature NSTableHeaderView only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSTableRowView

Available on crate feature NSTableRowView only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSTableView

Available on crate feature NSTableView only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSText

Available on crate feature NSText only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSTextField

Available on crate feature NSTextField only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSTextInsertionIndicator

Available on crate feature NSTextInsertionIndicator only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSTextView

Available on crate feature NSTextView only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSTitlebarAccessoryViewController

Available on crate feature NSTitlebarAccessoryViewController only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSTokenField

Available on crate feature NSTokenField only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSView

Available on crate feature NSView only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSViewController

Available on crate feature NSViewController only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSVisualEffectView

Available on crate feature NSVisualEffectView only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSWindow

Available on crate feature NSWindow only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<NSResponder> for NSWindowController

Available on crate feature NSWindowController only.
source§

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsRef<AnyObject> for NSResponder

source§

fn as_ref(&self) -> &AnyObject

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSObject> for NSResponder

source§

fn as_ref(&self) -> &NSObject

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSApplication

Available on crate feature NSApplication only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSBox

Available on crate feature NSBox only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSBrowser

Available on crate feature NSBrowser only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSButton

Available on crate feature NSButton only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSClipView

Available on crate feature NSClipView only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSCollectionView

Available on crate feature NSCollectionView only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSCollectionViewItem

Available on crate feature NSCollectionView only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSColorPanel

Available on crate feature NSColorPanel only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSColorWell

Available on crate feature NSColorWell only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSComboBox

Available on crate feature NSComboBox only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSComboButton

Available on crate feature NSComboButton only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSControl

Available on crate feature NSControl only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSDatePicker

Available on crate feature NSDatePicker only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSDrawer

Available on crate feature NSDrawer only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSFontPanel

Available on crate feature NSFontPanel only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSForm

Available on crate feature NSForm only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSGridView

Available on crate feature NSGridView only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSImageView

Available on crate feature NSImageView only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSLevelIndicator

Available on crate feature NSLevelIndicator only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSMatrix

Available on crate feature NSMatrix only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSOpenPanel

Available on crate feature NSOpenPanel only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSOutlineView

Available on crate feature NSOutlineView only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSPageController

Available on crate feature NSPageController only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSPanel

Available on crate feature NSPanel only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSPathControl

Available on crate feature NSPathControl only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSPopUpButton

Available on crate feature NSPopUpButton only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSPopover

Available on crate feature NSPopover only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSPredicateEditor

Available on crate feature NSPredicateEditor only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSProgressIndicator

Available on crate feature NSProgressIndicator only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSResponder

source§

fn as_ref(&self) -> &Self

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSRuleEditor

Available on crate feature NSRuleEditor only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSRulerView

Available on crate feature NSRulerView only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSSavePanel

Available on crate feature NSSavePanel only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSScrollView

Available on crate feature NSScrollView only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSScroller

Available on crate feature NSScroller only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSScrubber

Available on crate feature NSScrubber only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSScrubberArrangedView

Available on crate feature NSScrubberItemView only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSScrubberImageItemView

Available on crate feature NSScrubberItemView only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSScrubberItemView

Available on crate feature NSScrubberItemView only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSScrubberSelectionView

Available on crate feature NSScrubberItemView only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSScrubberTextItemView

Available on crate feature NSScrubberItemView only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSSearchField

Available on crate feature NSSearchField only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSSecureTextField

Available on crate feature NSSecureTextField only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSSegmentedControl

Available on crate feature NSSegmentedControl only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSSlider

Available on crate feature NSSlider only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSSplitView

Available on crate feature NSSplitView only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSSplitViewController

Available on crate feature NSSplitViewController only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSStackView

Available on crate feature NSStackView only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSStatusBarButton

Available on crate feature NSStatusBarButton only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSStepper

Available on crate feature NSStepper only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSSwitch

Available on crate feature NSSwitch only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSTabView

Available on crate feature NSTabView only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSTabViewController

Available on crate feature NSTabViewController only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSTableCellView

Available on crate feature NSTableCellView only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSTableHeaderView

Available on crate feature NSTableHeaderView only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSTableRowView

Available on crate feature NSTableRowView only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSTableView

Available on crate feature NSTableView only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSText

Available on crate feature NSText only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSTextField

Available on crate feature NSTextField only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSTextInsertionIndicator

Available on crate feature NSTextInsertionIndicator only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSTextView

Available on crate feature NSTextView only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSTitlebarAccessoryViewController

Available on crate feature NSTitlebarAccessoryViewController only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSTokenField

Available on crate feature NSTokenField only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSView

Available on crate feature NSView only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSViewController

Available on crate feature NSViewController only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSVisualEffectView

Available on crate feature NSVisualEffectView only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSWindow

Available on crate feature NSWindow only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<NSResponder> for NSWindowController

Available on crate feature NSWindowController only.
source§

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl Borrow<AnyObject> for NSResponder

source§

fn borrow(&self) -> &AnyObject

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSObject> for NSResponder

source§

fn borrow(&self) -> &NSObject

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSApplication

Available on crate feature NSApplication only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSBox

Available on crate feature NSBox only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSBrowser

Available on crate feature NSBrowser only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSButton

Available on crate feature NSButton only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSClipView

Available on crate feature NSClipView only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSCollectionView

Available on crate feature NSCollectionView only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSCollectionViewItem

Available on crate feature NSCollectionView only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSColorPanel

Available on crate feature NSColorPanel only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSColorWell

Available on crate feature NSColorWell only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSComboBox

Available on crate feature NSComboBox only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSComboButton

Available on crate feature NSComboButton only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSControl

Available on crate feature NSControl only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSDatePicker

Available on crate feature NSDatePicker only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSDrawer

Available on crate feature NSDrawer only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSFontPanel

Available on crate feature NSFontPanel only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSForm

Available on crate feature NSForm only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSGridView

Available on crate feature NSGridView only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSImageView

Available on crate feature NSImageView only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSLevelIndicator

Available on crate feature NSLevelIndicator only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSMatrix

Available on crate feature NSMatrix only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSOpenPanel

Available on crate feature NSOpenPanel only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSOutlineView

Available on crate feature NSOutlineView only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSPageController

Available on crate feature NSPageController only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSPanel

Available on crate feature NSPanel only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSPathControl

Available on crate feature NSPathControl only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSPopUpButton

Available on crate feature NSPopUpButton only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSPopover

Available on crate feature NSPopover only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSPredicateEditor

Available on crate feature NSPredicateEditor only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSProgressIndicator

Available on crate feature NSProgressIndicator only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSRuleEditor

Available on crate feature NSRuleEditor only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSRulerView

Available on crate feature NSRulerView only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSSavePanel

Available on crate feature NSSavePanel only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSScrollView

Available on crate feature NSScrollView only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSScroller

Available on crate feature NSScroller only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSScrubber

Available on crate feature NSScrubber only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSScrubberArrangedView

Available on crate feature NSScrubberItemView only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSScrubberImageItemView

Available on crate feature NSScrubberItemView only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSScrubberItemView

Available on crate feature NSScrubberItemView only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSScrubberSelectionView

Available on crate feature NSScrubberItemView only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSScrubberTextItemView

Available on crate feature NSScrubberItemView only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSSearchField

Available on crate feature NSSearchField only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSSecureTextField

Available on crate feature NSSecureTextField only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSSegmentedControl

Available on crate feature NSSegmentedControl only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSSlider

Available on crate feature NSSlider only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSSplitView

Available on crate feature NSSplitView only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSSplitViewController

Available on crate feature NSSplitViewController only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSStackView

Available on crate feature NSStackView only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSStatusBarButton

Available on crate feature NSStatusBarButton only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSStepper

Available on crate feature NSStepper only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSSwitch

Available on crate feature NSSwitch only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSTabView

Available on crate feature NSTabView only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSTabViewController

Available on crate feature NSTabViewController only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSTableCellView

Available on crate feature NSTableCellView only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSTableHeaderView

Available on crate feature NSTableHeaderView only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSTableRowView

Available on crate feature NSTableRowView only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSTableView

Available on crate feature NSTableView only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSText

Available on crate feature NSText only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSTextField

Available on crate feature NSTextField only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSTextInsertionIndicator

Available on crate feature NSTextInsertionIndicator only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSTextView

Available on crate feature NSTextView only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSTitlebarAccessoryViewController

Available on crate feature NSTitlebarAccessoryViewController only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSTokenField

Available on crate feature NSTokenField only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSView

Available on crate feature NSView only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSViewController

Available on crate feature NSViewController only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSVisualEffectView

Available on crate feature NSVisualEffectView only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSWindow

Available on crate feature NSWindow only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl Borrow<NSResponder> for NSWindowController

Available on crate feature NSWindowController only.
source§

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
source§

impl BorrowMut<AnyObject> for NSResponder

source§

fn borrow_mut(&mut self) -> &mut AnyObject

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSObject> for NSResponder

source§

fn borrow_mut(&mut self) -> &mut NSObject

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSApplication

Available on crate feature NSApplication only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSBox

Available on crate feature NSBox only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSBrowser

Available on crate feature NSBrowser only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSButton

Available on crate feature NSButton only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSClipView

Available on crate feature NSClipView only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSCollectionView

Available on crate feature NSCollectionView only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSCollectionViewItem

Available on crate feature NSCollectionView only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSColorPanel

Available on crate feature NSColorPanel only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSColorWell

Available on crate feature NSColorWell only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSComboBox

Available on crate feature NSComboBox only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSComboButton

Available on crate feature NSComboButton only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSControl

Available on crate feature NSControl only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSDatePicker

Available on crate feature NSDatePicker only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSDrawer

Available on crate feature NSDrawer only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSFontPanel

Available on crate feature NSFontPanel only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSForm

Available on crate feature NSForm only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSGridView

Available on crate feature NSGridView only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSImageView

Available on crate feature NSImageView only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSLevelIndicator

Available on crate feature NSLevelIndicator only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSMatrix

Available on crate feature NSMatrix only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSOpenPanel

Available on crate feature NSOpenPanel only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSOutlineView

Available on crate feature NSOutlineView only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSPageController

Available on crate feature NSPageController only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSPanel

Available on crate feature NSPanel only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSPathControl

Available on crate feature NSPathControl only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSPopUpButton

Available on crate feature NSPopUpButton only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSPopover

Available on crate feature NSPopover only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSPredicateEditor

Available on crate feature NSPredicateEditor only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSProgressIndicator

Available on crate feature NSProgressIndicator only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSRuleEditor

Available on crate feature NSRuleEditor only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSRulerView

Available on crate feature NSRulerView only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSSavePanel

Available on crate feature NSSavePanel only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSScrollView

Available on crate feature NSScrollView only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSScroller

Available on crate feature NSScroller only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSScrubber

Available on crate feature NSScrubber only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSScrubberArrangedView

Available on crate feature NSScrubberItemView only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSScrubberImageItemView

Available on crate feature NSScrubberItemView only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSScrubberItemView

Available on crate feature NSScrubberItemView only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSScrubberSelectionView

Available on crate feature NSScrubberItemView only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSScrubberTextItemView

Available on crate feature NSScrubberItemView only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSSearchField

Available on crate feature NSSearchField only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSSecureTextField

Available on crate feature NSSecureTextField only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSSegmentedControl

Available on crate feature NSSegmentedControl only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSSlider

Available on crate feature NSSlider only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSSplitView

Available on crate feature NSSplitView only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSSplitViewController

Available on crate feature NSSplitViewController only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSStackView

Available on crate feature NSStackView only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSStatusBarButton

Available on crate feature NSStatusBarButton only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSStepper

Available on crate feature NSStepper only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSSwitch

Available on crate feature NSSwitch only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSTabView

Available on crate feature NSTabView only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSTabViewController

Available on crate feature NSTabViewController only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSTableCellView

Available on crate feature NSTableCellView only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSTableHeaderView

Available on crate feature NSTableHeaderView only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSTableRowView

Available on crate feature NSTableRowView only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSTableView

Available on crate feature NSTableView only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSText

Available on crate feature NSText only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSTextField

Available on crate feature NSTextField only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSTextInsertionIndicator

Available on crate feature NSTextInsertionIndicator only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSTextView

Available on crate feature NSTextView only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSTitlebarAccessoryViewController

Available on crate feature NSTitlebarAccessoryViewController only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSTokenField

Available on crate feature NSTokenField only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSView

Available on crate feature NSView only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSViewController

Available on crate feature NSViewController only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSVisualEffectView

Available on crate feature NSVisualEffectView only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSWindow

Available on crate feature NSWindow only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl BorrowMut<NSResponder> for NSWindowController

Available on crate feature NSWindowController only.
source§

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
source§

impl ClassType for NSResponder

§

type Super = NSObject

The superclass of this class. Read more
§

type Mutability = MainThreadOnly

Whether the type is mutable or immutable. Read more
source§

const NAME: &'static str = "NSResponder"

The name of the Objective-C class that this type represents. Read more
source§

fn class() -> &'static AnyClass

Get a reference to the Objective-C class that this type represents. Read more
source§

fn as_super(&self) -> &Self::Super

Get an immutable reference to the superclass.
source§

fn as_super_mut(&mut self) -> &mut Self::Super

Get a mutable reference to the superclass.
source§

fn retain(&self) -> Id<Self>
where Self: IsRetainable + Sized,

Increment the reference count of the receiver. Read more
source§

impl Debug for NSResponder

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Deref for NSResponder

§

type Target = NSObject

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl DerefMut for NSResponder

source§

fn deref_mut(&mut self) -> &mut Self::Target

Mutably dereferences the value.
source§

impl Hash for NSResponder

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl NSCoding for NSResponder

source§

unsafe fn encodeWithCoder(&self, coder: &NSCoder)
where Self: Sized + Message,

Available on crate feature NSCoder only.
source§

unsafe fn initWithCoder( this: Allocated<Self>, coder: &NSCoder ) -> Option<Id<Self>>
where Self: Sized + Message,

Available on crate feature NSCoder only.
source§

impl NSObjectProtocol for NSResponder

source§

fn isEqual(&self, other: &AnyObject) -> bool
where Self: Sized + Message,

Check whether the object is equal to an arbitrary other object. Read more
source§

fn hash(&self) -> usize
where Self: Sized + Message,

An integer that can be used as a table address in a hash table structure. Read more
source§

fn isKindOfClass(&self, cls: &AnyClass) -> bool
where Self: Sized + Message,

Check if the object is an instance of the class, or one of its subclasses. Read more
source§

fn is_kind_of<T>(&self) -> bool
where T: ClassType, Self: Sized + Message,

Check if the object is an instance of the class type, or one of its subclasses. Read more
source§

fn isMemberOfClass(&self, cls: &AnyClass) -> bool
where Self: Sized + Message,

Check if the object is an instance of a specific class, without checking subclasses. Read more
source§

fn respondsToSelector(&self, aSelector: Sel) -> bool
where Self: Sized + Message,

Check whether the object implements or inherits a method with the given selector. Read more
source§

fn conformsToProtocol(&self, aProtocol: &AnyProtocol) -> bool
where Self: Sized + Message,

Check whether the object conforms to a given protocol. Read more
source§

fn description(&self) -> Id<NSObject>
where Self: Sized + Message,

A textual representation of the object. Read more
source§

fn debugDescription(&self) -> Id<NSObject>
where Self: Sized + Message,

A textual representation of the object to use when debugging. Read more
source§

fn isProxy(&self) -> bool
where Self: Sized + Message,

Check whether the receiver is a subclass of the NSProxy root class instead of the usual NSObject. Read more
source§

fn retainCount(&self) -> usize
where Self: Sized + Message,

The reference count of the object. Read more
source§

impl NSStandardKeyBindingResponding for NSResponder

source§

unsafe fn insertText(&self, insert_string: &AnyObject)
where Self: Sized + Message,

source§

unsafe fn doCommandBySelector(&self, selector: Sel)
where Self: Sized + Message,

source§

unsafe fn moveForward(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveRight(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveBackward(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveLeft(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveUp(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveDown(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveWordForward(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveWordBackward(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveToBeginningOfLine(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveToEndOfLine(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveToBeginningOfParagraph(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveToEndOfParagraph(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveToEndOfDocument(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveToBeginningOfDocument(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn pageDown(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn pageUp(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn centerSelectionInVisibleArea(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveBackwardAndModifySelection(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveForwardAndModifySelection(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveWordForwardAndModifySelection(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveWordBackwardAndModifySelection(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveUpAndModifySelection(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveDownAndModifySelection(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveToBeginningOfLineAndModifySelection( &self, sender: Option<&AnyObject> )
where Self: Sized + Message,

source§

unsafe fn moveToEndOfLineAndModifySelection(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveToBeginningOfParagraphAndModifySelection( &self, sender: Option<&AnyObject> )
where Self: Sized + Message,

source§

unsafe fn moveToEndOfParagraphAndModifySelection( &self, sender: Option<&AnyObject> )
where Self: Sized + Message,

source§

unsafe fn moveToEndOfDocumentAndModifySelection( &self, sender: Option<&AnyObject> )
where Self: Sized + Message,

source§

unsafe fn moveToBeginningOfDocumentAndModifySelection( &self, sender: Option<&AnyObject> )
where Self: Sized + Message,

source§

unsafe fn pageDownAndModifySelection(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn pageUpAndModifySelection(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveParagraphForwardAndModifySelection( &self, sender: Option<&AnyObject> )
where Self: Sized + Message,

source§

unsafe fn moveParagraphBackwardAndModifySelection( &self, sender: Option<&AnyObject> )
where Self: Sized + Message,

source§

unsafe fn moveWordRight(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveWordLeft(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveRightAndModifySelection(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveLeftAndModifySelection(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveWordRightAndModifySelection(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveWordLeftAndModifySelection(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveToLeftEndOfLine(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveToRightEndOfLine(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn moveToLeftEndOfLineAndModifySelection( &self, sender: Option<&AnyObject> )
where Self: Sized + Message,

source§

unsafe fn moveToRightEndOfLineAndModifySelection( &self, sender: Option<&AnyObject> )
where Self: Sized + Message,

source§

unsafe fn scrollPageUp(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn scrollPageDown(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn scrollLineUp(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn scrollLineDown(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn scrollToBeginningOfDocument(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn scrollToEndOfDocument(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn transpose(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn transposeWords(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn selectAll(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn selectParagraph(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn selectLine(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn selectWord(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn indent(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn insertTab(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn insertBacktab(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn insertNewline(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn insertParagraphSeparator(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn insertNewlineIgnoringFieldEditor(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn insertTabIgnoringFieldEditor(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn insertLineBreak(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn insertContainerBreak(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn insertSingleQuoteIgnoringSubstitution( &self, sender: Option<&AnyObject> )
where Self: Sized + Message,

source§

unsafe fn insertDoubleQuoteIgnoringSubstitution( &self, sender: Option<&AnyObject> )
where Self: Sized + Message,

source§

unsafe fn changeCaseOfLetter(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn uppercaseWord(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn lowercaseWord(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn capitalizeWord(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn deleteForward(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn deleteBackward(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn deleteBackwardByDecomposingPreviousCharacter( &self, sender: Option<&AnyObject> )
where Self: Sized + Message,

source§

unsafe fn deleteWordForward(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn deleteWordBackward(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn deleteToBeginningOfLine(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn deleteToEndOfLine(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn deleteToBeginningOfParagraph(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn deleteToEndOfParagraph(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn yank(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn complete(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn setMark(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn deleteToMark(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn selectToMark(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn swapWithMark(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn cancelOperation(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn makeBaseWritingDirectionNatural(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn makeBaseWritingDirectionLeftToRight(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn makeBaseWritingDirectionRightToLeft(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn makeTextWritingDirectionNatural(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn makeTextWritingDirectionLeftToRight(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn makeTextWritingDirectionRightToLeft(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

unsafe fn quickLookPreviewItems(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

source§

impl NSTouchBarProvider for NSResponder

Available on crate feature NSTouchBar only.
source§

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

source§

impl NSUserActivityRestoring for NSResponder

Available on crate feature NSUserActivity only.
source§

unsafe fn restoreUserActivityState(&self, user_activity: &NSUserActivity)
where Self: Sized + Message,

source§

impl PartialEq for NSResponder

source§

fn eq(&self, other: &NSResponder) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl RefEncode for NSResponder

source§

const ENCODING_REF: Encoding = <NSObject as ::objc2::RefEncode>::ENCODING_REF

The Objective-C type-encoding for a reference of this type. Read more
source§

impl Eq for NSResponder

source§

impl Message for NSResponder

source§

impl StructuralPartialEq for NSResponder

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> CounterpartOrSelf for T
where T: ClassType + ?Sized, <T as ClassType>::Mutability: MutabilityCounterpartOrSelf<T>,

§

type Immutable = <<T as ClassType>::Mutability as MutabilityCounterpartOrSelf<T>>::Immutable

The immutable counterpart of the type, or Self if the type has no immutable counterpart. Read more
§

type Mutable = <<T as ClassType>::Mutability as MutabilityCounterpartOrSelf<T>>::Mutable

The mutable counterpart of the type, or Self if the type has no mutable counterpart. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> AutoreleaseSafe for T
where T: ?Sized,

source§

impl<T> IsIdCloneable for T
where T: ClassType + ?Sized, <T as ClassType>::Mutability: MutabilityIsIdCloneable,

source§

impl<T> IsMainThreadOnly for T
where T: ClassType + ?Sized, <T as ClassType>::Mutability: MutabilityIsMainThreadOnly,

source§

impl<T> IsRetainable for T
where T: ClassType + ?Sized, <T as ClassType>::Mutability: MutabilityIsRetainable,