[][src]Trait cocoa::appkit::NSPasteboardReading

pub trait NSPasteboardReading: Sized {
    unsafe fn initWithPasteboardPropertyList_ofType(
        self,
        propertyList: id,
        _type: id
    ) -> id;
unsafe fn readableTypesForPasteboard(self, pasteboard: id) -> id;
unsafe fn readingOptionsForType_pasteboard(
        self,
        _type: id,
        pasteboard: id
    ) -> NSPasteboardReadingOptions; }

Required methods

unsafe fn initWithPasteboardPropertyList_ofType(
    self,
    propertyList: id,
    _type: id
) -> id

unsafe fn readableTypesForPasteboard(self, pasteboard: id) -> id

unsafe fn readingOptionsForType_pasteboard(
    self,
    _type: id,
    pasteboard: id
) -> NSPasteboardReadingOptions

Loading content...

Implementors

impl NSPasteboardReading for id[src]

Loading content...