Struct objc2_app_kit::NSResponder
source · #[repr(C)]pub struct NSResponder { /* private fields */ }Available on crate feature
NSResponder only.Implementations§
source§impl NSResponder
impl NSResponder
NSInterfaceStyle
pub unsafe fn interfaceStyle(&self) -> NSInterfaceStyle
👎Deprecated
Available on crate feature
NSInterfaceStyle only.pub unsafe fn setInterfaceStyle(&self, interface_style: NSInterfaceStyle)
👎Deprecated
Available on crate feature
NSInterfaceStyle only.source§impl NSResponder
impl NSResponder
pub unsafe fn init(this: Allocated<Self>) -> Retained<Self>
pub unsafe fn initWithCoder( this: Allocated<Self>, coder: &NSCoder ) -> Option<Retained<Self>>
pub unsafe fn nextResponder(&self) -> Option<Retained<NSResponder>>
pub unsafe fn setNextResponder(&self, next_responder: Option<&NSResponder>)
pub unsafe fn tryToPerform_with( &self, action: Sel, object: Option<&AnyObject> ) -> bool
pub unsafe fn performKeyEquivalent(&self, event: &NSEvent) -> bool
Available on crate feature
NSEvent only.pub unsafe fn validRequestorForSendType_returnType( &self, send_type: Option<&NSPasteboardType>, return_type: Option<&NSPasteboardType> ) -> Option<Retained<AnyObject>>
Available on crate feature
NSPasteboard only.pub unsafe fn mouseDown(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn rightMouseDown(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn otherMouseDown(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn mouseUp(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn rightMouseUp(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn otherMouseUp(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn mouseMoved(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn mouseDragged(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn scrollWheel(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn rightMouseDragged(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn otherMouseDragged(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn mouseEntered(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn mouseExited(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn keyDown(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn keyUp(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn flagsChanged(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn tabletPoint(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn tabletProximity(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn cursorUpdate(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn magnifyWithEvent(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn rotateWithEvent(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn swipeWithEvent(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn beginGestureWithEvent(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn endGestureWithEvent(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn smartMagnifyWithEvent(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn changeModeWithEvent(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn touchesBeganWithEvent(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn touchesMovedWithEvent(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn touchesEndedWithEvent(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn touchesCancelledWithEvent(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn quickLookWithEvent(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn pressureChangeWithEvent(&self, event: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn noResponderFor(&self, event_selector: Sel)
pub unsafe fn acceptsFirstResponder(&self) -> bool
pub unsafe fn becomeFirstResponder(&self) -> bool
pub unsafe fn resignFirstResponder(&self) -> bool
pub unsafe fn interpretKeyEvents(&self, event_array: &NSArray<NSEvent>)
Available on crate feature
NSEvent only.pub unsafe fn flushBufferedKeyEvents(&self)
Available on crate feature
NSMenu only.pub unsafe fn setMenu(&self, menu: Option<&NSMenu>)
Available on crate feature
NSMenu only.pub unsafe fn showContextHelp(&self, sender: Option<&AnyObject>)
pub unsafe fn helpRequested(&self, event_ptr: &NSEvent)
Available on crate feature
NSEvent only.pub unsafe fn shouldBeTreatedAsInkEvent(&self, event: &NSEvent) -> bool
Available on crate feature
NSEvent only.pub unsafe fn wantsScrollEventsForSwipeTrackingOnAxis( &self, axis: NSEventGestureAxis ) -> bool
Available on crate feature
NSEvent only.pub unsafe fn wantsForwardedScrollEventsForAxis( &self, axis: NSEventGestureAxis ) -> bool
Available on crate feature
NSEvent only.pub unsafe fn supplementalTargetForAction_sender( &self, action: Sel, sender: Option<&AnyObject> ) -> Option<Retained<AnyObject>>
source§impl NSResponder
impl NSResponder
Methods declared on superclass NSObject
pub unsafe fn new(mtm: MainThreadMarker) -> Retained<Self>
impl NSResponder
This impl block contains no items.
NSStandardKeyBindingMethods
source§impl NSResponder
impl NSResponder
NSUndoSupport
pub unsafe fn undoManager(&self) -> Option<Retained<NSUndoManager>>
source§impl NSResponder
impl NSResponder
NSControlEditingSupport
pub unsafe fn validateProposedFirstResponder_forEvent( &self, responder: &NSResponder, event: Option<&NSEvent> ) -> bool
Available on crate feature
NSEvent only.source§impl NSResponder
impl NSResponder
NSErrorPresentation
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.pub unsafe fn presentError(&self, error: &NSError) -> bool
pub unsafe fn willPresentError(&self, error: &NSError) -> Retained<NSError>
source§impl NSResponder
impl NSResponder
NSTextFinderSupport
pub unsafe fn performTextFinderAction(&self, sender: Option<&AnyObject>)
source§impl NSResponder
impl NSResponder
NSWindowTabbing
pub unsafe fn newWindowForTab(&self, sender: Option<&AnyObject>)
source§impl NSResponder
impl NSResponder
NSDeprecated
pub unsafe fn performMnemonic(&self, string: &NSString) -> bool
👎Deprecated: This has always returned NO and had no effect on macOS
source§impl NSResponder
impl NSResponder
NSTouchBarProvider
pub unsafe fn touchBar(&self) -> Option<Retained<NSTouchBar>>
Available on crate feature
NSTouchBar only.pub unsafe fn setTouchBar(&self, touch_bar: Option<&NSTouchBar>)
Available on crate feature
NSTouchBar only.pub unsafe fn makeTouchBar(&self) -> Option<Retained<NSTouchBar>>
Available on crate feature
NSTouchBar only.source§impl NSResponder
impl NSResponder
NSUserActivity
pub unsafe fn userActivity(&self) -> Option<Retained<NSUserActivity>>
Available on crate feature
NSUserActivity only.pub unsafe fn setUserActivity(&self, user_activity: Option<&NSUserActivity>)
Available on crate feature
NSUserActivity only.pub unsafe fn updateUserActivityState(&self, user_activity: &NSUserActivity)
Available on crate feature
NSUserActivity only.source§impl NSResponder
impl NSResponder
NSRestorableState
pub unsafe fn encodeRestorableStateWithCoder(&self, coder: &NSCoder)
Available on crate feature
NSWindowRestoration only.pub unsafe fn encodeRestorableStateWithCoder_backgroundQueue( &self, coder: &NSCoder, queue: &NSOperationQueue )
Available on crate feature
NSWindowRestoration only.pub unsafe fn restoreStateWithCoder(&self, coder: &NSCoder)
Available on crate feature
NSWindowRestoration only.pub unsafe fn invalidateRestorableState(&self)
Available on crate feature
NSWindowRestoration only.pub unsafe fn restorableStateKeyPaths( mtm: MainThreadMarker ) -> Retained<NSArray<NSString>>
Available on crate feature
NSWindowRestoration only.pub unsafe fn allowedClassesForRestorableStateKeyPath( key_path: &NSString, mtm: MainThreadMarker ) -> Retained<NSArray<TodoClass>>
Available on crate feature
NSWindowRestoration only.Methods from Deref<Target = NSObject>§
sourcepub fn doesNotRecognizeSelector(&self, sel: Sel) -> !
pub fn doesNotRecognizeSelector(&self, sel: Sel) -> !
Handle messages the object doesn’t recognize.
See Apple’s documentation for details.
Methods from Deref<Target = AnyObject>§
sourcepub fn class(&self) -> &'static AnyClass
Available on crate feature NSAccessibilityConstants only.
pub fn class(&self) -> &'static AnyClass
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());sourcepub unsafe fn get_ivar<T>(&self, name: &str) -> &Twhere
T: Encode,
👎Deprecated: this is difficult to use correctly, use Ivar::load instead.Available on crate feature NSAccessibilityConstants only.
pub unsafe fn get_ivar<T>(&self, name: &str) -> &Twhere
T: Encode,
Ivar::load instead.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.
sourcepub unsafe fn get_mut_ivar<T>(&mut self, name: &str) -> &mut Twhere
T: Encode,
👎Deprecated: this is difficult to use correctly, use Ivar::load_mut instead.Available on crate feature NSAccessibilityConstants only.
pub unsafe fn get_mut_ivar<T>(&mut self, name: &str) -> &mut Twhere
T: Encode,
Ivar::load_mut instead.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
impl AsMut<AnyObject> for NSResponder
source§impl AsMut<NSObject> for NSResponder
impl AsMut<NSObject> for NSResponder
source§impl AsMut<NSResponder> for NSApplication
Available on crate feature NSApplication only.
impl AsMut<NSResponder> for NSApplication
Available on crate feature
NSApplication only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSBox
Available on crate feature
NSBox only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSBrowser
Available on crate feature
NSBrowser only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSButton
Available on crate feature
NSButton only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSClipView
Available on crate feature
NSClipView only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSCollectionView
Available on crate feature
NSCollectionView only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSCollectionViewItem
Available on crate feature
NSCollectionView only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSColorPanel
Available on crate feature
NSColorPanel only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSColorWell
Available on crate feature
NSColorWell only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSComboBox
Available on crate feature
NSComboBox only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSComboButton
Available on crate feature
NSComboButton only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSControl
Available on crate feature
NSControl only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSDatePicker
Available on crate feature
NSDatePicker only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSDrawer
Available on crate feature
NSDrawer only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSFontPanel
Available on crate feature
NSFontPanel only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSForm
Available on crate feature
NSForm only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSGridView
Available on crate feature
NSGridView only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSImageView
Available on crate feature
NSImageView only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSLevelIndicator
Available on crate feature
NSLevelIndicator only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSMatrix
Available on crate feature
NSMatrix only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSOpenPanel
Available on crate feature
NSOpenPanel only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSOutlineView
Available on crate feature
NSOutlineView only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSPageController
Available on crate feature
NSPageController only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSPanel
Available on crate feature
NSPanel only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSPathControl
Available on crate feature
NSPathControl only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSPopUpButton
Available on crate feature
NSPopUpButton only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSPopover
Available on crate feature
NSPopover only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSPredicateEditor
Available on crate feature
NSPredicateEditor only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSProgressIndicator
Available on crate feature
NSProgressIndicator only.source§fn as_mut(&mut self) -> &mut NSResponder
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
impl AsMut<NSResponder> for NSResponder
source§impl AsMut<NSResponder> for NSRuleEditor
Available on crate feature NSRuleEditor only.
impl AsMut<NSResponder> for NSRuleEditor
Available on crate feature
NSRuleEditor only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSRulerView
Available on crate feature
NSRulerView only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSSavePanel
Available on crate feature
NSSavePanel only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSScrollView
Available on crate feature
NSScrollView only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSScroller
Available on crate feature
NSScroller only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSScrubber
Available on crate feature
NSScrubber only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSScrubberArrangedView
Available on crate feature
NSScrubberItemView only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSScrubberImageItemView
Available on crate feature
NSScrubberItemView only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSScrubberItemView
Available on crate feature
NSScrubberItemView only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSScrubberSelectionView
Available on crate feature
NSScrubberItemView only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSScrubberTextItemView
Available on crate feature
NSScrubberItemView only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSSearchField
Available on crate feature
NSSearchField only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSSecureTextField
Available on crate feature
NSSecureTextField only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSSegmentedControl
Available on crate feature
NSSegmentedControl only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSSlider
Available on crate feature
NSSlider only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSSplitView
Available on crate feature
NSSplitView only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSSplitViewController
Available on crate feature
NSSplitViewController only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSStackView
Available on crate feature
NSStackView only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSStatusBarButton
Available on crate feature
NSStatusBarButton only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSStepper
Available on crate feature
NSStepper only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSSwitch
Available on crate feature
NSSwitch only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSTabView
Available on crate feature
NSTabView only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSTabViewController
Available on crate feature
NSTabViewController only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSTableCellView
Available on crate feature
NSTableCellView only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSTableHeaderView
Available on crate feature
NSTableHeaderView only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSTableRowView
Available on crate feature
NSTableRowView only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSTableView
Available on crate feature
NSTableView only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSText
Available on crate feature
NSText only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSTextField
Available on crate feature
NSTextField only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSTextInsertionIndicator
Available on crate feature
NSTextInsertionIndicator only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSTextView
Available on crate feature
NSTextView only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSTitlebarAccessoryViewController
Available on crate feature
NSTitlebarAccessoryViewController only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSTokenField
Available on crate feature
NSTokenField only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSView
Available on crate feature
NSView only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSViewController
Available on crate feature
NSViewController only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSVisualEffectView
Available on crate feature
NSVisualEffectView only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSWindow
Available on crate feature
NSWindow only.source§fn as_mut(&mut self) -> &mut NSResponder
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.
impl AsMut<NSResponder> for NSWindowController
Available on crate feature
NSWindowController only.source§fn as_mut(&mut self) -> &mut NSResponder
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
impl AsRef<AnyObject> for NSResponder
source§impl AsRef<NSObject> for NSResponder
impl AsRef<NSObject> for NSResponder
source§impl AsRef<NSResponder> for NSApplication
Available on crate feature NSApplication only.
impl AsRef<NSResponder> for NSApplication
Available on crate feature
NSApplication only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSBox
Available on crate feature
NSBox only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSBrowser
Available on crate feature
NSBrowser only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSButton
Available on crate feature
NSButton only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSClipView
Available on crate feature
NSClipView only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSCollectionView
Available on crate feature
NSCollectionView only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSCollectionViewItem
Available on crate feature
NSCollectionView only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSColorPanel
Available on crate feature
NSColorPanel only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSColorWell
Available on crate feature
NSColorWell only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSComboBox
Available on crate feature
NSComboBox only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSComboButton
Available on crate feature
NSComboButton only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSControl
Available on crate feature
NSControl only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSDatePicker
Available on crate feature
NSDatePicker only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSDrawer
Available on crate feature
NSDrawer only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSFontPanel
Available on crate feature
NSFontPanel only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSForm
Available on crate feature
NSForm only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSGridView
Available on crate feature
NSGridView only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSImageView
Available on crate feature
NSImageView only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSLevelIndicator
Available on crate feature
NSLevelIndicator only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSMatrix
Available on crate feature
NSMatrix only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSOpenPanel
Available on crate feature
NSOpenPanel only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSOutlineView
Available on crate feature
NSOutlineView only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSPageController
Available on crate feature
NSPageController only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSPanel
Available on crate feature
NSPanel only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSPathControl
Available on crate feature
NSPathControl only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSPopUpButton
Available on crate feature
NSPopUpButton only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSPopover
Available on crate feature
NSPopover only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSPredicateEditor
Available on crate feature
NSPredicateEditor only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSProgressIndicator
Available on crate feature
NSProgressIndicator only.source§fn as_ref(&self) -> &NSResponder
fn as_ref(&self) -> &NSResponder
Converts this type into a shared reference of the (usually inferred) input type.
source§impl AsRef<NSResponder> for NSResponder
impl AsRef<NSResponder> for NSResponder
source§impl AsRef<NSResponder> for NSRuleEditor
Available on crate feature NSRuleEditor only.
impl AsRef<NSResponder> for NSRuleEditor
Available on crate feature
NSRuleEditor only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSRulerView
Available on crate feature
NSRulerView only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSSavePanel
Available on crate feature
NSSavePanel only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSScrollView
Available on crate feature
NSScrollView only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSScroller
Available on crate feature
NSScroller only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSScrubber
Available on crate feature
NSScrubber only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSScrubberArrangedView
Available on crate feature
NSScrubberItemView only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSScrubberImageItemView
Available on crate feature
NSScrubberItemView only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSScrubberItemView
Available on crate feature
NSScrubberItemView only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSScrubberSelectionView
Available on crate feature
NSScrubberItemView only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSScrubberTextItemView
Available on crate feature
NSScrubberItemView only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSSearchField
Available on crate feature
NSSearchField only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSSecureTextField
Available on crate feature
NSSecureTextField only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSSegmentedControl
Available on crate feature
NSSegmentedControl only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSSlider
Available on crate feature
NSSlider only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSSplitView
Available on crate feature
NSSplitView only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSSplitViewController
Available on crate feature
NSSplitViewController only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSStackView
Available on crate feature
NSStackView only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSStatusBarButton
Available on crate feature
NSStatusBarButton only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSStepper
Available on crate feature
NSStepper only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSSwitch
Available on crate feature
NSSwitch only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSTabView
Available on crate feature
NSTabView only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSTabViewController
Available on crate feature
NSTabViewController only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSTableCellView
Available on crate feature
NSTableCellView only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSTableHeaderView
Available on crate feature
NSTableHeaderView only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSTableRowView
Available on crate feature
NSTableRowView only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSTableView
Available on crate feature
NSTableView only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSText
Available on crate feature
NSText only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSTextField
Available on crate feature
NSTextField only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSTextInsertionIndicator
Available on crate feature
NSTextInsertionIndicator only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSTextView
Available on crate feature
NSTextView only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSTitlebarAccessoryViewController
Available on crate feature
NSTitlebarAccessoryViewController only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSTokenField
Available on crate feature
NSTokenField only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSView
Available on crate feature
NSView only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSViewController
Available on crate feature
NSViewController only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSVisualEffectView
Available on crate feature
NSVisualEffectView only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSWindow
Available on crate feature
NSWindow only.source§fn as_ref(&self) -> &NSResponder
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.
impl AsRef<NSResponder> for NSWindowController
Available on crate feature
NSWindowController only.source§fn as_ref(&self) -> &NSResponder
fn as_ref(&self) -> &NSResponder
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Borrow<AnyObject> for NSResponder
impl Borrow<AnyObject> for NSResponder
source§impl Borrow<NSObject> for NSResponder
impl Borrow<NSObject> for NSResponder
source§impl Borrow<NSResponder> for NSApplication
Available on crate feature NSApplication only.
impl Borrow<NSResponder> for NSApplication
Available on crate feature
NSApplication only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSBox
Available on crate feature NSBox only.
impl Borrow<NSResponder> for NSBox
Available on crate feature
NSBox only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSBrowser
Available on crate feature NSBrowser only.
impl Borrow<NSResponder> for NSBrowser
Available on crate feature
NSBrowser only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSButton
Available on crate feature NSButton only.
impl Borrow<NSResponder> for NSButton
Available on crate feature
NSButton only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSClipView
Available on crate feature NSClipView only.
impl Borrow<NSResponder> for NSClipView
Available on crate feature
NSClipView only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSCollectionView
Available on crate feature NSCollectionView only.
impl Borrow<NSResponder> for NSCollectionView
Available on crate feature
NSCollectionView only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSCollectionViewItem
Available on crate feature NSCollectionView only.
impl Borrow<NSResponder> for NSCollectionViewItem
Available on crate feature
NSCollectionView only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSColorPanel
Available on crate feature NSColorPanel only.
impl Borrow<NSResponder> for NSColorPanel
Available on crate feature
NSColorPanel only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSColorWell
Available on crate feature NSColorWell only.
impl Borrow<NSResponder> for NSColorWell
Available on crate feature
NSColorWell only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSComboBox
Available on crate feature NSComboBox only.
impl Borrow<NSResponder> for NSComboBox
Available on crate feature
NSComboBox only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSComboButton
Available on crate feature NSComboButton only.
impl Borrow<NSResponder> for NSComboButton
Available on crate feature
NSComboButton only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSControl
Available on crate feature NSControl only.
impl Borrow<NSResponder> for NSControl
Available on crate feature
NSControl only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSDatePicker
Available on crate feature NSDatePicker only.
impl Borrow<NSResponder> for NSDatePicker
Available on crate feature
NSDatePicker only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSDrawer
Available on crate feature NSDrawer only.
impl Borrow<NSResponder> for NSDrawer
Available on crate feature
NSDrawer only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSFontPanel
Available on crate feature NSFontPanel only.
impl Borrow<NSResponder> for NSFontPanel
Available on crate feature
NSFontPanel only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSForm
Available on crate feature NSForm only.
impl Borrow<NSResponder> for NSForm
Available on crate feature
NSForm only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSGridView
Available on crate feature NSGridView only.
impl Borrow<NSResponder> for NSGridView
Available on crate feature
NSGridView only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSImageView
Available on crate feature NSImageView only.
impl Borrow<NSResponder> for NSImageView
Available on crate feature
NSImageView only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSLevelIndicator
Available on crate feature NSLevelIndicator only.
impl Borrow<NSResponder> for NSLevelIndicator
Available on crate feature
NSLevelIndicator only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSMatrix
Available on crate feature NSMatrix only.
impl Borrow<NSResponder> for NSMatrix
Available on crate feature
NSMatrix only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSOpenPanel
Available on crate feature NSOpenPanel only.
impl Borrow<NSResponder> for NSOpenPanel
Available on crate feature
NSOpenPanel only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSOutlineView
Available on crate feature NSOutlineView only.
impl Borrow<NSResponder> for NSOutlineView
Available on crate feature
NSOutlineView only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSPageController
Available on crate feature NSPageController only.
impl Borrow<NSResponder> for NSPageController
Available on crate feature
NSPageController only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSPanel
Available on crate feature NSPanel only.
impl Borrow<NSResponder> for NSPanel
Available on crate feature
NSPanel only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSPathControl
Available on crate feature NSPathControl only.
impl Borrow<NSResponder> for NSPathControl
Available on crate feature
NSPathControl only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSPopUpButton
Available on crate feature NSPopUpButton only.
impl Borrow<NSResponder> for NSPopUpButton
Available on crate feature
NSPopUpButton only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSPopover
Available on crate feature NSPopover only.
impl Borrow<NSResponder> for NSPopover
Available on crate feature
NSPopover only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSPredicateEditor
Available on crate feature NSPredicateEditor only.
impl Borrow<NSResponder> for NSPredicateEditor
Available on crate feature
NSPredicateEditor only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSProgressIndicator
Available on crate feature NSProgressIndicator only.
impl Borrow<NSResponder> for NSProgressIndicator
Available on crate feature
NSProgressIndicator only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSRuleEditor
Available on crate feature NSRuleEditor only.
impl Borrow<NSResponder> for NSRuleEditor
Available on crate feature
NSRuleEditor only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSRulerView
Available on crate feature NSRulerView only.
impl Borrow<NSResponder> for NSRulerView
Available on crate feature
NSRulerView only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSSavePanel
Available on crate feature NSSavePanel only.
impl Borrow<NSResponder> for NSSavePanel
Available on crate feature
NSSavePanel only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSScrollView
Available on crate feature NSScrollView only.
impl Borrow<NSResponder> for NSScrollView
Available on crate feature
NSScrollView only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSScroller
Available on crate feature NSScroller only.
impl Borrow<NSResponder> for NSScroller
Available on crate feature
NSScroller only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSScrubber
Available on crate feature NSScrubber only.
impl Borrow<NSResponder> for NSScrubber
Available on crate feature
NSScrubber only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSScrubberArrangedView
Available on crate feature NSScrubberItemView only.
impl Borrow<NSResponder> for NSScrubberArrangedView
Available on crate feature
NSScrubberItemView only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSScrubberImageItemView
Available on crate feature NSScrubberItemView only.
impl Borrow<NSResponder> for NSScrubberImageItemView
Available on crate feature
NSScrubberItemView only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSScrubberItemView
Available on crate feature NSScrubberItemView only.
impl Borrow<NSResponder> for NSScrubberItemView
Available on crate feature
NSScrubberItemView only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSScrubberSelectionView
Available on crate feature NSScrubberItemView only.
impl Borrow<NSResponder> for NSScrubberSelectionView
Available on crate feature
NSScrubberItemView only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSScrubberTextItemView
Available on crate feature NSScrubberItemView only.
impl Borrow<NSResponder> for NSScrubberTextItemView
Available on crate feature
NSScrubberItemView only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSSearchField
Available on crate feature NSSearchField only.
impl Borrow<NSResponder> for NSSearchField
Available on crate feature
NSSearchField only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSSecureTextField
Available on crate feature NSSecureTextField only.
impl Borrow<NSResponder> for NSSecureTextField
Available on crate feature
NSSecureTextField only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSSegmentedControl
Available on crate feature NSSegmentedControl only.
impl Borrow<NSResponder> for NSSegmentedControl
Available on crate feature
NSSegmentedControl only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSSlider
Available on crate feature NSSlider only.
impl Borrow<NSResponder> for NSSlider
Available on crate feature
NSSlider only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSSplitView
Available on crate feature NSSplitView only.
impl Borrow<NSResponder> for NSSplitView
Available on crate feature
NSSplitView only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSSplitViewController
Available on crate feature NSSplitViewController only.
impl Borrow<NSResponder> for NSSplitViewController
Available on crate feature
NSSplitViewController only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSStackView
Available on crate feature NSStackView only.
impl Borrow<NSResponder> for NSStackView
Available on crate feature
NSStackView only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSStatusBarButton
Available on crate feature NSStatusBarButton only.
impl Borrow<NSResponder> for NSStatusBarButton
Available on crate feature
NSStatusBarButton only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSStepper
Available on crate feature NSStepper only.
impl Borrow<NSResponder> for NSStepper
Available on crate feature
NSStepper only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSSwitch
Available on crate feature NSSwitch only.
impl Borrow<NSResponder> for NSSwitch
Available on crate feature
NSSwitch only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSTabView
Available on crate feature NSTabView only.
impl Borrow<NSResponder> for NSTabView
Available on crate feature
NSTabView only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSTabViewController
Available on crate feature NSTabViewController only.
impl Borrow<NSResponder> for NSTabViewController
Available on crate feature
NSTabViewController only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSTableCellView
Available on crate feature NSTableCellView only.
impl Borrow<NSResponder> for NSTableCellView
Available on crate feature
NSTableCellView only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSTableHeaderView
Available on crate feature NSTableHeaderView only.
impl Borrow<NSResponder> for NSTableHeaderView
Available on crate feature
NSTableHeaderView only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSTableRowView
Available on crate feature NSTableRowView only.
impl Borrow<NSResponder> for NSTableRowView
Available on crate feature
NSTableRowView only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSTableView
Available on crate feature NSTableView only.
impl Borrow<NSResponder> for NSTableView
Available on crate feature
NSTableView only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSText
Available on crate feature NSText only.
impl Borrow<NSResponder> for NSText
Available on crate feature
NSText only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSTextField
Available on crate feature NSTextField only.
impl Borrow<NSResponder> for NSTextField
Available on crate feature
NSTextField only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSTextInsertionIndicator
Available on crate feature NSTextInsertionIndicator only.
impl Borrow<NSResponder> for NSTextInsertionIndicator
Available on crate feature
NSTextInsertionIndicator only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSTextView
Available on crate feature NSTextView only.
impl Borrow<NSResponder> for NSTextView
Available on crate feature
NSTextView only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSTitlebarAccessoryViewController
Available on crate feature NSTitlebarAccessoryViewController only.
impl Borrow<NSResponder> for NSTitlebarAccessoryViewController
Available on crate feature
NSTitlebarAccessoryViewController only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSTokenField
Available on crate feature NSTokenField only.
impl Borrow<NSResponder> for NSTokenField
Available on crate feature
NSTokenField only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSView
Available on crate feature NSView only.
impl Borrow<NSResponder> for NSView
Available on crate feature
NSView only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSViewController
Available on crate feature NSViewController only.
impl Borrow<NSResponder> for NSViewController
Available on crate feature
NSViewController only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSVisualEffectView
Available on crate feature NSVisualEffectView only.
impl Borrow<NSResponder> for NSVisualEffectView
Available on crate feature
NSVisualEffectView only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSWindow
Available on crate feature NSWindow only.
impl Borrow<NSResponder> for NSWindow
Available on crate feature
NSWindow only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl Borrow<NSResponder> for NSWindowController
Available on crate feature NSWindowController only.
impl Borrow<NSResponder> for NSWindowController
Available on crate feature
NSWindowController only.source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Immutably borrows from an owned value. Read more
source§impl BorrowMut<AnyObject> for NSResponder
impl BorrowMut<AnyObject> for NSResponder
source§fn borrow_mut(&mut self) -> &mut AnyObject
fn borrow_mut(&mut self) -> &mut AnyObject
Mutably borrows from an owned value. Read more
source§impl BorrowMut<NSObject> for NSResponder
impl BorrowMut<NSObject> for NSResponder
source§fn borrow_mut(&mut self) -> &mut NSObject
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.
impl BorrowMut<NSResponder> for NSApplication
Available on crate feature
NSApplication only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSBox
Available on crate feature
NSBox only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSBrowser
Available on crate feature
NSBrowser only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSButton
Available on crate feature
NSButton only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSClipView
Available on crate feature
NSClipView only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSCollectionView
Available on crate feature
NSCollectionView only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSCollectionViewItem
Available on crate feature
NSCollectionView only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSColorPanel
Available on crate feature
NSColorPanel only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSColorWell
Available on crate feature
NSColorWell only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSComboBox
Available on crate feature
NSComboBox only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSComboButton
Available on crate feature
NSComboButton only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSControl
Available on crate feature
NSControl only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSDatePicker
Available on crate feature
NSDatePicker only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSDrawer
Available on crate feature
NSDrawer only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSFontPanel
Available on crate feature
NSFontPanel only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSForm
Available on crate feature
NSForm only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSGridView
Available on crate feature
NSGridView only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSImageView
Available on crate feature
NSImageView only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSLevelIndicator
Available on crate feature
NSLevelIndicator only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSMatrix
Available on crate feature
NSMatrix only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSOpenPanel
Available on crate feature
NSOpenPanel only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSOutlineView
Available on crate feature
NSOutlineView only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSPageController
Available on crate feature
NSPageController only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSPanel
Available on crate feature
NSPanel only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSPathControl
Available on crate feature
NSPathControl only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSPopUpButton
Available on crate feature
NSPopUpButton only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSPopover
Available on crate feature
NSPopover only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSPredicateEditor
Available on crate feature
NSPredicateEditor only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSProgressIndicator
Available on crate feature
NSProgressIndicator only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSRuleEditor
Available on crate feature
NSRuleEditor only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSRulerView
Available on crate feature
NSRulerView only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSSavePanel
Available on crate feature
NSSavePanel only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSScrollView
Available on crate feature
NSScrollView only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSScroller
Available on crate feature
NSScroller only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSScrubber
Available on crate feature
NSScrubber only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSScrubberArrangedView
Available on crate feature
NSScrubberItemView only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSScrubberImageItemView
Available on crate feature
NSScrubberItemView only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSScrubberItemView
Available on crate feature
NSScrubberItemView only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSScrubberSelectionView
Available on crate feature
NSScrubberItemView only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSScrubberTextItemView
Available on crate feature
NSScrubberItemView only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSSearchField
Available on crate feature
NSSearchField only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSSecureTextField
Available on crate feature
NSSecureTextField only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSSegmentedControl
Available on crate feature
NSSegmentedControl only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSSlider
Available on crate feature
NSSlider only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSSplitView
Available on crate feature
NSSplitView only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSSplitViewController
Available on crate feature
NSSplitViewController only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSStackView
Available on crate feature
NSStackView only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSStatusBarButton
Available on crate feature
NSStatusBarButton only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSStepper
Available on crate feature
NSStepper only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSSwitch
Available on crate feature
NSSwitch only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSTabView
Available on crate feature
NSTabView only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSTabViewController
Available on crate feature
NSTabViewController only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSTableCellView
Available on crate feature
NSTableCellView only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSTableHeaderView
Available on crate feature
NSTableHeaderView only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSTableRowView
Available on crate feature
NSTableRowView only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSTableView
Available on crate feature
NSTableView only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSText
Available on crate feature
NSText only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSTextField
Available on crate feature
NSTextField only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSTextInsertionIndicator
Available on crate feature
NSTextInsertionIndicator only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSTextView
Available on crate feature
NSTextView only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSTitlebarAccessoryViewController
Available on crate feature
NSTitlebarAccessoryViewController only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSTokenField
Available on crate feature
NSTokenField only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSView
Available on crate feature
NSView only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSViewController
Available on crate feature
NSViewController only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSVisualEffectView
Available on crate feature
NSVisualEffectView only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSWindow
Available on crate feature
NSWindow only.source§fn borrow_mut(&mut self) -> &mut NSResponder
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.
impl BorrowMut<NSResponder> for NSWindowController
Available on crate feature
NSWindowController only.source§fn borrow_mut(&mut self) -> &mut NSResponder
fn borrow_mut(&mut self) -> &mut NSResponder
Mutably borrows from an owned value. Read more
source§impl ClassType for NSResponder
impl ClassType for NSResponder
§type Mutability = MainThreadOnly
type Mutability = MainThreadOnly
Whether the type is mutable or immutable. Read more
source§const NAME: &'static str = "NSResponder"
const NAME: &'static str = "NSResponder"
The name of the Objective-C class that this type represents. Read more
source§fn class() -> &'static AnyClass
fn class() -> &'static AnyClass
Get a reference to the Objective-C class that this type represents. Read more
source§fn as_super_mut(&mut self) -> &mut Self::Super
fn as_super_mut(&mut self) -> &mut Self::Super
Get a mutable reference to the superclass.
source§impl Debug for NSResponder
impl Debug for NSResponder
source§impl Deref for NSResponder
impl Deref for NSResponder
source§impl DerefMut for NSResponder
impl DerefMut for NSResponder
source§impl Hash for NSResponder
impl Hash for NSResponder
source§impl NSCoding for NSResponder
impl NSCoding for NSResponder
source§impl NSObjectProtocol for NSResponder
impl NSObjectProtocol for NSResponder
source§fn isEqual(&self, other: &AnyObject) -> bool
fn isEqual(&self, other: &AnyObject) -> bool
Check whether the object is equal to an arbitrary other object. Read more
source§fn hash(&self) -> usize
fn hash(&self) -> usize
An integer that can be used as a table address in a hash table
structure. Read more
source§fn isKindOfClass(&self, cls: &AnyClass) -> bool
fn isKindOfClass(&self, cls: &AnyClass) -> bool
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
fn is_kind_of<T>(&self) -> bool
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
fn isMemberOfClass(&self, cls: &AnyClass) -> bool
Check if the object is an instance of a specific class, without
checking subclasses. Read more
source§fn respondsToSelector(&self, aSelector: Sel) -> bool
fn respondsToSelector(&self, aSelector: Sel) -> bool
Check whether the object implements or inherits a method with the
given selector. Read more
source§fn conformsToProtocol(&self, aProtocol: &AnyProtocol) -> bool
fn conformsToProtocol(&self, aProtocol: &AnyProtocol) -> bool
Check whether the object conforms to a given protocol. Read more
source§fn debugDescription(&self) -> Retained<NSObject>
fn debugDescription(&self) -> Retained<NSObject>
A textual representation of the object to use when debugging. Read more
source§impl NSStandardKeyBindingResponding for NSResponder
impl NSStandardKeyBindingResponding for NSResponder
unsafe fn insertText(&self, insert_string: &AnyObject)
unsafe fn doCommandBySelector(&self, selector: Sel)
unsafe fn moveForward(&self, sender: Option<&AnyObject>)
unsafe fn moveRight(&self, sender: Option<&AnyObject>)
unsafe fn moveBackward(&self, sender: Option<&AnyObject>)
unsafe fn moveLeft(&self, sender: Option<&AnyObject>)
unsafe fn moveUp(&self, sender: Option<&AnyObject>)
unsafe fn moveDown(&self, sender: Option<&AnyObject>)
unsafe fn moveWordForward(&self, sender: Option<&AnyObject>)
unsafe fn moveWordBackward(&self, sender: Option<&AnyObject>)
unsafe fn moveToBeginningOfLine(&self, sender: Option<&AnyObject>)
unsafe fn moveToEndOfLine(&self, sender: Option<&AnyObject>)
unsafe fn moveToBeginningOfParagraph(&self, sender: Option<&AnyObject>)
unsafe fn moveToEndOfParagraph(&self, sender: Option<&AnyObject>)
unsafe fn moveToEndOfDocument(&self, sender: Option<&AnyObject>)
unsafe fn moveToBeginningOfDocument(&self, sender: Option<&AnyObject>)
unsafe fn pageDown(&self, sender: Option<&AnyObject>)
unsafe fn pageUp(&self, sender: Option<&AnyObject>)
unsafe fn centerSelectionInVisibleArea(&self, sender: Option<&AnyObject>)
unsafe fn moveBackwardAndModifySelection(&self, sender: Option<&AnyObject>)
unsafe fn moveForwardAndModifySelection(&self, sender: Option<&AnyObject>)
unsafe fn moveWordForwardAndModifySelection(&self, sender: Option<&AnyObject>)
unsafe fn moveWordBackwardAndModifySelection(&self, sender: Option<&AnyObject>)
unsafe fn moveUpAndModifySelection(&self, sender: Option<&AnyObject>)
unsafe fn moveDownAndModifySelection(&self, sender: Option<&AnyObject>)
unsafe fn moveToBeginningOfLineAndModifySelection( &self, sender: Option<&AnyObject> )
unsafe fn moveToEndOfLineAndModifySelection(&self, sender: Option<&AnyObject>)
unsafe fn moveToBeginningOfParagraphAndModifySelection( &self, sender: Option<&AnyObject> )
unsafe fn moveToEndOfParagraphAndModifySelection( &self, sender: Option<&AnyObject> )
unsafe fn moveToEndOfDocumentAndModifySelection( &self, sender: Option<&AnyObject> )
unsafe fn moveToBeginningOfDocumentAndModifySelection( &self, sender: Option<&AnyObject> )
unsafe fn pageDownAndModifySelection(&self, sender: Option<&AnyObject>)
unsafe fn pageUpAndModifySelection(&self, sender: Option<&AnyObject>)
unsafe fn moveParagraphForwardAndModifySelection( &self, sender: Option<&AnyObject> )
unsafe fn moveParagraphBackwardAndModifySelection( &self, sender: Option<&AnyObject> )
unsafe fn moveWordRight(&self, sender: Option<&AnyObject>)
unsafe fn moveWordLeft(&self, sender: Option<&AnyObject>)
unsafe fn moveRightAndModifySelection(&self, sender: Option<&AnyObject>)
unsafe fn moveLeftAndModifySelection(&self, sender: Option<&AnyObject>)
unsafe fn moveWordRightAndModifySelection(&self, sender: Option<&AnyObject>)
unsafe fn moveWordLeftAndModifySelection(&self, sender: Option<&AnyObject>)
unsafe fn moveToLeftEndOfLine(&self, sender: Option<&AnyObject>)
unsafe fn moveToRightEndOfLine(&self, sender: Option<&AnyObject>)
unsafe fn moveToLeftEndOfLineAndModifySelection( &self, sender: Option<&AnyObject> )
unsafe fn moveToRightEndOfLineAndModifySelection( &self, sender: Option<&AnyObject> )
unsafe fn scrollPageUp(&self, sender: Option<&AnyObject>)
unsafe fn scrollPageDown(&self, sender: Option<&AnyObject>)
unsafe fn scrollLineUp(&self, sender: Option<&AnyObject>)
unsafe fn scrollLineDown(&self, sender: Option<&AnyObject>)
unsafe fn scrollToBeginningOfDocument(&self, sender: Option<&AnyObject>)
unsafe fn scrollToEndOfDocument(&self, sender: Option<&AnyObject>)
unsafe fn transpose(&self, sender: Option<&AnyObject>)
unsafe fn transposeWords(&self, sender: Option<&AnyObject>)
unsafe fn selectAll(&self, sender: Option<&AnyObject>)
unsafe fn selectParagraph(&self, sender: Option<&AnyObject>)
unsafe fn selectLine(&self, sender: Option<&AnyObject>)
unsafe fn selectWord(&self, sender: Option<&AnyObject>)
unsafe fn indent(&self, sender: Option<&AnyObject>)
unsafe fn insertTab(&self, sender: Option<&AnyObject>)
unsafe fn insertBacktab(&self, sender: Option<&AnyObject>)
unsafe fn insertNewline(&self, sender: Option<&AnyObject>)
unsafe fn insertParagraphSeparator(&self, sender: Option<&AnyObject>)
unsafe fn insertNewlineIgnoringFieldEditor(&self, sender: Option<&AnyObject>)
unsafe fn insertTabIgnoringFieldEditor(&self, sender: Option<&AnyObject>)
unsafe fn insertLineBreak(&self, sender: Option<&AnyObject>)
unsafe fn insertContainerBreak(&self, sender: Option<&AnyObject>)
unsafe fn insertSingleQuoteIgnoringSubstitution( &self, sender: Option<&AnyObject> )
unsafe fn insertDoubleQuoteIgnoringSubstitution( &self, sender: Option<&AnyObject> )
unsafe fn changeCaseOfLetter(&self, sender: Option<&AnyObject>)
unsafe fn uppercaseWord(&self, sender: Option<&AnyObject>)
unsafe fn lowercaseWord(&self, sender: Option<&AnyObject>)
unsafe fn capitalizeWord(&self, sender: Option<&AnyObject>)
unsafe fn deleteForward(&self, sender: Option<&AnyObject>)
unsafe fn deleteBackward(&self, sender: Option<&AnyObject>)
unsafe fn deleteBackwardByDecomposingPreviousCharacter( &self, sender: Option<&AnyObject> )
unsafe fn deleteWordForward(&self, sender: Option<&AnyObject>)
unsafe fn deleteWordBackward(&self, sender: Option<&AnyObject>)
unsafe fn deleteToBeginningOfLine(&self, sender: Option<&AnyObject>)
unsafe fn deleteToEndOfLine(&self, sender: Option<&AnyObject>)
unsafe fn deleteToBeginningOfParagraph(&self, sender: Option<&AnyObject>)
unsafe fn deleteToEndOfParagraph(&self, sender: Option<&AnyObject>)
unsafe fn yank(&self, sender: Option<&AnyObject>)
unsafe fn complete(&self, sender: Option<&AnyObject>)
unsafe fn setMark(&self, sender: Option<&AnyObject>)
unsafe fn deleteToMark(&self, sender: Option<&AnyObject>)
unsafe fn selectToMark(&self, sender: Option<&AnyObject>)
unsafe fn swapWithMark(&self, sender: Option<&AnyObject>)
unsafe fn cancelOperation(&self, sender: Option<&AnyObject>)
unsafe fn makeBaseWritingDirectionNatural(&self, sender: Option<&AnyObject>)
unsafe fn makeBaseWritingDirectionLeftToRight(&self, sender: Option<&AnyObject>)
unsafe fn makeBaseWritingDirectionRightToLeft(&self, sender: Option<&AnyObject>)
unsafe fn makeTextWritingDirectionNatural(&self, sender: Option<&AnyObject>)
unsafe fn makeTextWritingDirectionLeftToRight(&self, sender: Option<&AnyObject>)
unsafe fn makeTextWritingDirectionRightToLeft(&self, sender: Option<&AnyObject>)
unsafe fn quickLookPreviewItems(&self, sender: Option<&AnyObject>)
source§impl NSTouchBarProvider for NSResponder
Available on crate feature NSTouchBar only.
impl NSTouchBarProvider for NSResponder
Available on crate feature
NSTouchBar only.source§impl NSUserActivityRestoring for NSResponder
Available on crate feature NSUserActivity only.
impl NSUserActivityRestoring for NSResponder
Available on crate feature
NSUserActivity only.unsafe fn restoreUserActivityState(&self, user_activity: &NSUserActivity)
source§impl PartialEq for NSResponder
impl PartialEq for NSResponder
source§fn eq(&self, other: &NSResponder) -> bool
fn eq(&self, other: &NSResponder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RefEncode for NSResponder
impl RefEncode for NSResponder
source§const ENCODING_REF: Encoding = <NSObject as ::objc2::RefEncode>::ENCODING_REF
const ENCODING_REF: Encoding = <NSObject as ::objc2::RefEncode>::ENCODING_REF
The Objective-C type-encoding for a reference of this type. Read more
impl Eq for NSResponder
impl Message for NSResponder
impl StructuralPartialEq for NSResponder
Auto Trait Implementations§
impl !Freeze for NSResponder
impl !RefUnwindSafe for NSResponder
impl !Send for NSResponder
impl !Sync for NSResponder
impl !Unpin for NSResponder
impl !UnwindSafe for NSResponder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CounterpartOrSelf for T
impl<T> CounterpartOrSelf for T
§type Immutable = <<T as ClassType>::Mutability as MutabilityCounterpartOrSelf<T>>::Immutable
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
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