Trait NSUserInterfaceItemIdentification

Source
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.
Expand description

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,

Setter for identifier.

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. Read more
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 feature NSActionCell only.
Source§

impl NSUserInterfaceItemIdentification for NSBox

Available on crate feature NSBox only.
Source§

impl NSUserInterfaceItemIdentification for NSBrowser

Available on crate feature NSBrowser only.
Source§

impl NSUserInterfaceItemIdentification for NSBrowserCell

Available on crate feature NSBrowserCell only.
Source§

impl NSUserInterfaceItemIdentification for NSButton

Available on crate feature NSButton only.
Source§

impl NSUserInterfaceItemIdentification for NSButtonCell

Available on crate feature NSButtonCell only.
Source§

impl NSUserInterfaceItemIdentification for NSCell

Available on crate feature NSCell only.
Source§

impl NSUserInterfaceItemIdentification for NSClipView

Available on crate feature NSClipView only.
Source§

impl NSUserInterfaceItemIdentification for NSCollectionView

Available on crate feature NSCollectionView only.
Source§

impl NSUserInterfaceItemIdentification for NSCollectionViewItem

Available on crate feature NSCollectionView only.
Source§

impl NSUserInterfaceItemIdentification for NSColorPanel

Available on crate feature NSColorPanel only.
Source§

impl NSUserInterfaceItemIdentification for NSColorWell

Available on crate feature NSColorWell only.
Source§

impl NSUserInterfaceItemIdentification for NSComboBox

Available on crate feature NSComboBox only.
Source§

impl NSUserInterfaceItemIdentification for NSComboBoxCell

Available on crate feature NSComboBoxCell only.
Source§

impl NSUserInterfaceItemIdentification for NSComboButton

Available on crate feature NSComboButton only.
Source§

impl NSUserInterfaceItemIdentification for NSControl

Available on crate feature NSControl only.
Source§

impl NSUserInterfaceItemIdentification for NSDatePicker

Available on crate feature NSDatePicker only.
Source§

impl NSUserInterfaceItemIdentification for NSDatePickerCell

Available on crate feature NSDatePickerCell only.
Source§

impl NSUserInterfaceItemIdentification for NSFontPanel

Available on crate feature NSFontPanel only.
Source§

impl NSUserInterfaceItemIdentification for NSForm

Available on crate feature NSForm only.
Source§

impl NSUserInterfaceItemIdentification for NSFormCell

Available on crate feature NSFormCell only.
Source§

impl NSUserInterfaceItemIdentification for NSGridView

Available on crate feature NSGridView only.
Source§

impl NSUserInterfaceItemIdentification for NSImageCell

Available on crate feature NSImageCell only.
Source§

impl NSUserInterfaceItemIdentification for NSImageView

Available on crate feature NSImageView only.
Source§

impl NSUserInterfaceItemIdentification for NSLayoutGuide

Available on crate feature NSLayoutGuide only.
Source§

impl NSUserInterfaceItemIdentification for NSLevelIndicator

Available on crate feature NSLevelIndicator only.
Source§

impl NSUserInterfaceItemIdentification for NSLevelIndicatorCell

Available on crate feature NSLevelIndicatorCell only.
Source§

impl NSUserInterfaceItemIdentification for NSMatrix

Available on crate feature 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 feature NSMenuItemCell only.
Source§

impl NSUserInterfaceItemIdentification for NSOpenPanel

Available on crate feature NSOpenPanel only.
Source§

impl NSUserInterfaceItemIdentification for NSOutlineView

Available on crate feature NSOutlineView only.
Source§

impl NSUserInterfaceItemIdentification for NSPageController

Available on crate feature NSPageController only.
Source§

impl NSUserInterfaceItemIdentification for NSPanel

Available on crate feature NSPanel only.
Source§

impl NSUserInterfaceItemIdentification for NSPathCell

Available on crate feature NSPathCell only.
Source§

impl NSUserInterfaceItemIdentification for NSPathComponentCell

Available on crate feature NSPathComponentCell only.
Source§

impl NSUserInterfaceItemIdentification for NSPathControl

Available on crate feature NSPathControl only.
Source§

impl NSUserInterfaceItemIdentification for NSPopUpButton

Available on crate feature NSPopUpButton only.
Source§

impl NSUserInterfaceItemIdentification for NSPopUpButtonCell

Available on crate feature NSPopUpButtonCell only.
Source§

impl NSUserInterfaceItemIdentification for NSPredicateEditor

Available on crate feature NSPredicateEditor only.
Source§

impl NSUserInterfaceItemIdentification for NSProgressIndicator

Available on crate feature NSProgressIndicator only.
Source§

impl NSUserInterfaceItemIdentification for NSRuleEditor

Available on crate feature NSRuleEditor only.
Source§

impl NSUserInterfaceItemIdentification for NSRulerView

Available on crate feature NSRulerView only.
Source§

impl NSUserInterfaceItemIdentification for NSSavePanel

Available on crate feature NSSavePanel only.
Source§

impl NSUserInterfaceItemIdentification for NSScrollView

Available on crate feature NSScrollView only.
Source§

impl NSUserInterfaceItemIdentification for NSScroller

Available on crate feature NSScroller only.
Source§

impl NSUserInterfaceItemIdentification for NSScrubber

Available on crate feature NSScrubber only.
Source§

impl NSUserInterfaceItemIdentification for NSScrubberArrangedView

Available on crate feature NSScrubberItemView only.
Source§

impl NSUserInterfaceItemIdentification for NSScrubberImageItemView

Available on crate feature NSScrubberItemView only.
Source§

impl NSUserInterfaceItemIdentification for NSScrubberItemView

Available on crate feature NSScrubberItemView only.
Source§

impl NSUserInterfaceItemIdentification for NSScrubberSelectionView

Available on crate feature NSScrubberItemView only.
Source§

impl NSUserInterfaceItemIdentification for NSScrubberTextItemView

Available on crate feature NSScrubberItemView only.
Source§

impl NSUserInterfaceItemIdentification for NSSearchField

Available on crate feature NSSearchField only.
Source§

impl NSUserInterfaceItemIdentification for NSSearchFieldCell

Available on crate feature NSSearchFieldCell only.
Source§

impl NSUserInterfaceItemIdentification for NSSecureTextField

Available on crate feature NSSecureTextField only.
Source§

impl NSUserInterfaceItemIdentification for NSSecureTextFieldCell

Available on crate feature NSSecureTextField only.
Source§

impl NSUserInterfaceItemIdentification for NSSegmentedCell

Available on crate feature NSSegmentedCell only.
Source§

impl NSUserInterfaceItemIdentification for NSSegmentedControl

Available on crate feature NSSegmentedControl only.
Source§

impl NSUserInterfaceItemIdentification for NSSlider

Available on crate feature NSSlider only.
Source§

impl NSUserInterfaceItemIdentification for NSSliderCell

Available on crate feature NSSliderCell only.
Source§

impl NSUserInterfaceItemIdentification for NSSplitView

Available on crate feature NSSplitView only.
Source§

impl NSUserInterfaceItemIdentification for NSSplitViewController

Available on crate feature NSSplitViewController only.
Source§

impl NSUserInterfaceItemIdentification for NSStackView

Available on crate feature NSStackView only.
Source§

impl NSUserInterfaceItemIdentification for NSStatusBarButton

Available on crate feature NSStatusBarButton only.
Source§

impl NSUserInterfaceItemIdentification for NSStepper

Available on crate feature NSStepper only.
Source§

impl NSUserInterfaceItemIdentification for NSStepperCell

Available on crate feature NSStepperCell only.
Source§

impl NSUserInterfaceItemIdentification for NSSwitch

Available on crate feature NSSwitch only.
Source§

impl NSUserInterfaceItemIdentification for NSTabView

Available on crate feature NSTabView only.
Source§

impl NSUserInterfaceItemIdentification for NSTabViewController

Available on crate feature NSTabViewController only.
Source§

impl NSUserInterfaceItemIdentification for NSTableCellView

Available on crate feature NSTableCellView only.
Source§

impl NSUserInterfaceItemIdentification for NSTableColumn

Available on crate feature NSTableColumn only.
Source§

impl NSUserInterfaceItemIdentification for NSTableHeaderCell

Available on crate feature NSTableHeaderCell only.
Source§

impl NSUserInterfaceItemIdentification for NSTableHeaderView

Available on crate feature NSTableHeaderView only.
Source§

impl NSUserInterfaceItemIdentification for NSTableRowView

Available on crate feature NSTableRowView only.
Source§

impl NSUserInterfaceItemIdentification for NSTableView

Available on crate feature NSTableView only.
Source§

impl NSUserInterfaceItemIdentification for NSText

Available on crate feature NSText only.
Source§

impl NSUserInterfaceItemIdentification for NSTextAttachmentCell

Available on crate feature NSTextAttachmentCell only.
Source§

impl NSUserInterfaceItemIdentification for NSTextField

Available on crate feature NSTextField only.
Source§

impl NSUserInterfaceItemIdentification for NSTextFieldCell

Available on crate feature NSTextFieldCell only.
Source§

impl NSUserInterfaceItemIdentification for NSTextInsertionIndicator

Available on crate feature NSTextInsertionIndicator only.
Source§

impl NSUserInterfaceItemIdentification for NSTextView

Available on crate feature NSTextView only.
Source§

impl NSUserInterfaceItemIdentification for NSTitlebarAccessoryViewController

Available on crate feature NSTitlebarAccessoryViewController only.
Source§

impl NSUserInterfaceItemIdentification for NSTokenField

Available on crate feature NSTokenField only.
Source§

impl NSUserInterfaceItemIdentification for NSTokenFieldCell

Available on crate feature NSTokenFieldCell only.
Source§

impl NSUserInterfaceItemIdentification for NSView

Available on crate feature NSView only.
Source§

impl NSUserInterfaceItemIdentification for NSViewController

Available on crate feature NSViewController only.
Source§

impl NSUserInterfaceItemIdentification for NSVisualEffectView

Available on crate feature NSVisualEffectView only.
Source§

impl NSUserInterfaceItemIdentification for NSWindow

Available on crate feature NSWindow only.