pub unsafe trait NSUserInterfaceItemIdentification {
    // Provided methods
    unsafe fn identifier(
        &self
    ) -> Option<Retained<NSUserInterfaceItemIdentifier>>
       where Self: Sized + Message { ... }
    unsafe fn setIdentifier(
        &self,
        identifier: Option<&NSUserInterfaceItemIdentifier>
    )
       where Self: Sized + Message { ... }
}
Available on crate feature NSUserInterfaceItemIdentification only.

Provided Methods§

source

unsafe fn identifier(&self) -> Option<Retained<NSUserInterfaceItemIdentifier>>
where Self: Sized + Message,

source

unsafe fn setIdentifier( &self, identifier: Option<&NSUserInterfaceItemIdentifier> )
where Self: Sized + Message,

Trait Implementations§

source§

impl ProtocolType for dyn NSUserInterfaceItemIdentification

source§

const NAME: &'static str = "NSUserInterfaceItemIdentification"

The name of the Objective-C protocol that this type represents.
source§

fn protocol() -> Option<&'static AnyProtocol>

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

impl<T> ImplementedBy<T> for dyn NSUserInterfaceItemIdentification

Implementations on Foreign Types§

source§

impl<T> NSUserInterfaceItemIdentification for ProtocolObject<T>

Implementors§

source§

impl NSUserInterfaceItemIdentification for NSActionCell

Available on crate features NSCell and NSActionCell only.
source§

impl NSUserInterfaceItemIdentification for NSBox

Available on crate features NSResponder and NSView and NSBox only.
source§

impl NSUserInterfaceItemIdentification for NSBrowser

Available on crate features NSControl and NSResponder and NSView and NSBrowser only.
source§

impl NSUserInterfaceItemIdentification for NSBrowserCell

Available on crate features NSCell and NSBrowserCell only.
source§

impl NSUserInterfaceItemIdentification for NSButton

Available on crate features NSControl and NSResponder and NSView and NSButton only.
source§

impl NSUserInterfaceItemIdentification for NSButtonCell

Available on crate features NSActionCell and NSCell and NSButtonCell only.
source§

impl NSUserInterfaceItemIdentification for NSCell

Available on crate feature NSCell only.
source§

impl NSUserInterfaceItemIdentification for NSClipView

Available on crate features NSResponder and NSView and NSClipView only.
source§

impl NSUserInterfaceItemIdentification for NSCollectionView

Available on crate features NSResponder and NSView and NSCollectionView only.
source§

impl NSUserInterfaceItemIdentification for NSCollectionViewItem

Available on crate features NSResponder and NSViewController and NSCollectionView only.
source§

impl NSUserInterfaceItemIdentification for NSColorPanel

Available on crate features NSPanel and NSResponder and NSWindow and NSColorPanel only.
source§

impl NSUserInterfaceItemIdentification for NSColorWell

Available on crate features NSControl and NSResponder and NSView and NSColorWell only.
source§

impl NSUserInterfaceItemIdentification for NSComboBox

Available on crate features NSControl and NSResponder and NSTextField and NSView and NSComboBox only.
source§

impl NSUserInterfaceItemIdentification for NSComboBoxCell

Available on crate features NSActionCell and NSCell and NSTextFieldCell and NSComboBoxCell only.
source§

impl NSUserInterfaceItemIdentification for NSComboButton

Available on crate features NSControl and NSResponder and NSView and NSComboButton only.
source§

impl NSUserInterfaceItemIdentification for NSControl

Available on crate features NSResponder and NSView and NSControl only.
source§

impl NSUserInterfaceItemIdentification for NSDatePicker

Available on crate features NSControl and NSResponder and NSView and NSDatePicker only.
source§

impl NSUserInterfaceItemIdentification for NSDatePickerCell

Available on crate features NSActionCell and NSCell and NSDatePickerCell only.
source§

impl NSUserInterfaceItemIdentification for NSFontPanel

Available on crate features NSPanel and NSResponder and NSWindow and NSFontPanel only.
source§

impl NSUserInterfaceItemIdentification for NSForm

Available on crate features NSControl and NSMatrix and NSResponder and NSView and NSForm only.
source§

impl NSUserInterfaceItemIdentification for NSFormCell

Available on crate features NSActionCell and NSCell and NSFormCell only.
source§

impl NSUserInterfaceItemIdentification for NSGridView

Available on crate features NSResponder and NSView and NSGridView only.
source§

impl NSUserInterfaceItemIdentification for NSImageCell

Available on crate features NSCell and NSImageCell only.
source§

impl NSUserInterfaceItemIdentification for NSImageView

Available on crate features NSControl and NSResponder and NSView and NSImageView only.
source§

impl NSUserInterfaceItemIdentification for NSLayoutGuide

Available on crate feature NSLayoutGuide only.
source§

impl NSUserInterfaceItemIdentification for NSLevelIndicator

Available on crate features NSControl and NSResponder and NSView and NSLevelIndicator only.
source§

impl NSUserInterfaceItemIdentification for NSLevelIndicatorCell

Available on crate features NSActionCell and NSCell and NSLevelIndicatorCell only.
source§

impl NSUserInterfaceItemIdentification for NSMatrix

Available on crate features NSControl and NSResponder and NSView and NSMatrix only.
source§

impl NSUserInterfaceItemIdentification for NSMenu

Available on crate feature NSMenu only.
source§

impl NSUserInterfaceItemIdentification for NSMenuItem

Available on crate feature NSMenuItem only.
source§

impl NSUserInterfaceItemIdentification for NSMenuItemCell

Available on crate features NSActionCell and NSButtonCell and NSCell and NSMenuItemCell only.
source§

impl NSUserInterfaceItemIdentification for NSOpenPanel

Available on crate features NSPanel and NSResponder and NSSavePanel and NSWindow and NSOpenPanel only.
source§

impl NSUserInterfaceItemIdentification for NSOutlineView

Available on crate features NSControl and NSResponder and NSTableView and NSView and NSOutlineView only.
source§

impl NSUserInterfaceItemIdentification for NSPageController

Available on crate features NSResponder and NSViewController and NSPageController only.
source§

impl NSUserInterfaceItemIdentification for NSPanel

Available on crate features NSResponder and NSWindow and NSPanel only.
source§

impl NSUserInterfaceItemIdentification for NSPathCell

Available on crate features NSActionCell and NSCell and NSPathCell only.
source§

impl NSUserInterfaceItemIdentification for NSPathComponentCell

Available on crate features NSActionCell and NSCell and NSTextFieldCell and NSPathComponentCell only.
source§

impl NSUserInterfaceItemIdentification for NSPathControl

Available on crate features NSControl and NSResponder and NSView and NSPathControl only.
source§

impl NSUserInterfaceItemIdentification for NSPopUpButton

Available on crate features NSButton and NSControl and NSResponder and NSView and NSPopUpButton only.
source§

impl NSUserInterfaceItemIdentification for NSPopUpButtonCell

Available on crate features NSActionCell and NSButtonCell and NSCell and NSMenuItemCell and NSPopUpButtonCell only.
source§

impl NSUserInterfaceItemIdentification for NSPredicateEditor

Available on crate features NSControl and NSResponder and NSRuleEditor and NSView and NSPredicateEditor only.
source§

impl NSUserInterfaceItemIdentification for NSProgressIndicator

Available on crate features NSResponder and NSView and NSProgressIndicator only.
source§

impl NSUserInterfaceItemIdentification for NSRuleEditor

Available on crate features NSControl and NSResponder and NSView and NSRuleEditor only.
source§

impl NSUserInterfaceItemIdentification for NSRulerView

Available on crate features NSResponder and NSView and NSRulerView only.
source§

impl NSUserInterfaceItemIdentification for NSSavePanel

Available on crate features NSPanel and NSResponder and NSWindow and NSSavePanel only.
source§

impl NSUserInterfaceItemIdentification for NSScrollView

Available on crate features NSResponder and NSView and NSScrollView only.
source§

impl NSUserInterfaceItemIdentification for NSScroller

Available on crate features NSControl and NSResponder and NSView and NSScroller only.
source§

impl NSUserInterfaceItemIdentification for NSScrubber

Available on crate features NSResponder and NSView and NSScrubber only.
source§

impl NSUserInterfaceItemIdentification for NSScrubberArrangedView

Available on crate features NSResponder and NSView and NSScrubberItemView only.
source§

impl NSUserInterfaceItemIdentification for NSScrubberImageItemView

Available on crate features NSResponder and NSView and NSScrubberItemView only.
source§

impl NSUserInterfaceItemIdentification for NSScrubberItemView

Available on crate features NSResponder and NSView and NSScrubberItemView only.
source§

impl NSUserInterfaceItemIdentification for NSScrubberSelectionView

Available on crate features NSResponder and NSView and NSScrubberItemView only.
source§

impl NSUserInterfaceItemIdentification for NSScrubberTextItemView

Available on crate features NSResponder and NSView and NSScrubberItemView only.
source§

impl NSUserInterfaceItemIdentification for NSSearchField

Available on crate features NSControl and NSResponder and NSTextField and NSView and NSSearchField only.
source§

impl NSUserInterfaceItemIdentification for NSSearchFieldCell

Available on crate features NSActionCell and NSCell and NSTextFieldCell and NSSearchFieldCell only.
source§

impl NSUserInterfaceItemIdentification for NSSecureTextField

Available on crate features NSControl and NSResponder and NSTextField and NSView and NSSecureTextField only.
source§

impl NSUserInterfaceItemIdentification for NSSecureTextFieldCell

Available on crate features NSActionCell and NSCell and NSTextFieldCell and NSSecureTextField only.
source§

impl NSUserInterfaceItemIdentification for NSSegmentedCell

Available on crate features NSActionCell and NSCell and NSSegmentedCell only.
source§

impl NSUserInterfaceItemIdentification for NSSegmentedControl

Available on crate features NSControl and NSResponder and NSView and NSSegmentedControl only.
source§

impl NSUserInterfaceItemIdentification for NSSlider

Available on crate features NSControl and NSResponder and NSView and NSSlider only.
source§

impl NSUserInterfaceItemIdentification for NSSliderCell

Available on crate features NSActionCell and NSCell and NSSliderCell only.
source§

impl NSUserInterfaceItemIdentification for NSSplitView

Available on crate features NSResponder and NSView and NSSplitView only.
source§

impl NSUserInterfaceItemIdentification for NSSplitViewController

Available on crate features NSResponder and NSViewController and NSSplitViewController only.
source§

impl NSUserInterfaceItemIdentification for NSStackView

Available on crate features NSResponder and NSView and NSStackView only.
source§

impl NSUserInterfaceItemIdentification for NSStatusBarButton

Available on crate features NSButton and NSControl and NSResponder and NSView and NSStatusBarButton only.
source§

impl NSUserInterfaceItemIdentification for NSStepper

Available on crate features NSControl and NSResponder and NSView and NSStepper only.
source§

impl NSUserInterfaceItemIdentification for NSStepperCell

Available on crate features NSActionCell and NSCell and NSStepperCell only.
source§

impl NSUserInterfaceItemIdentification for NSSwitch

Available on crate features NSControl and NSResponder and NSView and NSSwitch only.
source§

impl NSUserInterfaceItemIdentification for NSTabView

Available on crate features NSResponder and NSView and NSTabView only.
source§

impl NSUserInterfaceItemIdentification for NSTabViewController

Available on crate features NSResponder and NSViewController and NSTabViewController only.
source§

impl NSUserInterfaceItemIdentification for NSTableCellView

Available on crate features NSResponder and NSView and NSTableCellView only.
source§

impl NSUserInterfaceItemIdentification for NSTableColumn

Available on crate feature NSTableColumn only.
source§

impl NSUserInterfaceItemIdentification for NSTableHeaderCell

Available on crate features NSActionCell and NSCell and NSTextFieldCell and NSTableHeaderCell only.
source§

impl NSUserInterfaceItemIdentification for NSTableHeaderView

Available on crate features NSResponder and NSView and NSTableHeaderView only.
source§

impl NSUserInterfaceItemIdentification for NSTableRowView

Available on crate features NSResponder and NSView and NSTableRowView only.
source§

impl NSUserInterfaceItemIdentification for NSTableView

Available on crate features NSControl and NSResponder and NSView and NSTableView only.
source§

impl NSUserInterfaceItemIdentification for NSText

Available on crate features NSResponder and NSView and NSText only.
source§

impl NSUserInterfaceItemIdentification for NSTextAttachmentCell

Available on crate features NSCell and NSTextAttachmentCell only.
source§

impl NSUserInterfaceItemIdentification for NSTextField

Available on crate features NSControl and NSResponder and NSView and NSTextField only.
source§

impl NSUserInterfaceItemIdentification for NSTextFieldCell

Available on crate features NSActionCell and NSCell and NSTextFieldCell only.
source§

impl NSUserInterfaceItemIdentification for NSTextInsertionIndicator

Available on crate features NSResponder and NSView and NSTextInsertionIndicator only.
source§

impl NSUserInterfaceItemIdentification for NSTextView

Available on crate features NSResponder and NSText and NSView and NSTextView only.
source§

impl NSUserInterfaceItemIdentification for NSTitlebarAccessoryViewController

Available on crate features NSResponder and NSViewController and NSTitlebarAccessoryViewController only.
source§

impl NSUserInterfaceItemIdentification for NSTokenField

Available on crate features NSControl and NSResponder and NSTextField and NSView and NSTokenField only.
source§

impl NSUserInterfaceItemIdentification for NSTokenFieldCell

Available on crate features NSActionCell and NSCell and NSTextFieldCell and NSTokenFieldCell only.
source§

impl NSUserInterfaceItemIdentification for NSView

Available on crate features NSResponder and NSView only.
source§

impl NSUserInterfaceItemIdentification for NSViewController

Available on crate features NSResponder and NSViewController only.
source§

impl NSUserInterfaceItemIdentification for NSVisualEffectView

Available on crate features NSResponder and NSView and NSVisualEffectView only.
source§

impl NSUserInterfaceItemIdentification for NSWindow

Available on crate features NSResponder and NSWindow only.