Trait cocoa::appkit::NSPasteboardWriting
source · pub trait NSPasteboardWriting: Sized {
// Required methods
unsafe fn writableTypesForPasteboard(self, pasteboard: id) -> id;
unsafe fn writingOptionsForType_pasteboard(
self,
_type: id,
pasteboard: id,
) -> NSPasteboardWritingOptions;
unsafe fn pasteboardPropertyListForType(self, _type: id) -> id;
}
Required Methods§
unsafe fn writableTypesForPasteboard(self, pasteboard: id) -> id
unsafe fn writingOptionsForType_pasteboard( self, _type: id, pasteboard: id, ) -> NSPasteboardWritingOptions
unsafe fn pasteboardPropertyListForType(self, _type: id) -> id
Object Safety§
This trait is not object safe.