pub type id = *mut Object;
๐Deprecated: use the objc2 crate instead
Trait Implementationsยง
Sourceยงimpl NSArray for id
impl NSArray for id
Sourceยงunsafe fn count(self) -> NSUInteger
unsafe fn count(self) -> NSUInteger
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn arrayByAddingObjectFromArray(self, object: id) -> id
unsafe fn arrayByAddingObjectFromArray(self, object: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn arrayByAddingObjectsFromArray(self, objects: id) -> id
unsafe fn arrayByAddingObjectsFromArray(self, objects: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn objectAtIndex(self, index: NSUInteger) -> id
unsafe fn objectAtIndex(self, index: NSUInteger) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn arrayWithObjects(_: Self, objects: &[id]) -> id
unsafe fn arrayWithObjects(_: Self, objects: &[id]) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn arrayWithObject(_: Self, object: id) -> id
unsafe fn arrayWithObject(_: Self, object: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงimpl NSAutoreleasePool for id
impl NSAutoreleasePool for id
Sourceยงimpl NSBundle for id
impl NSBundle for id
Sourceยงunsafe fn mainBundle() -> id
unsafe fn mainBundle() -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn loadNibNamed_owner_topLevelObjects_(
self,
name: id,
owner: id,
topLevelObjects: *mut id,
) -> BOOL
unsafe fn loadNibNamed_owner_topLevelObjects_( self, name: id, owner: id, topLevelObjects: *mut id, ) -> BOOL
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn bundleIdentifier(self) -> id
unsafe fn bundleIdentifier(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn resourcePath(self) -> id
unsafe fn resourcePath(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงimpl NSData for id
impl NSData for id
Sourceยงunsafe fn initWithBase64EncodedData_options_(
self,
base64Data: id,
options: NSDataBase64DecodingOptions,
) -> id
unsafe fn initWithBase64EncodedData_options_( self, base64Data: id, options: NSDataBase64DecodingOptions, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initWithBase64EncodedString_options_(
self,
base64String: id,
options: NSDataBase64DecodingOptions,
) -> id
unsafe fn initWithBase64EncodedString_options_( self, base64String: id, options: NSDataBase64DecodingOptions, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initWithBytes_length_(
self,
bytes: *const c_void,
length: NSUInteger,
) -> id
unsafe fn initWithBytes_length_( self, bytes: *const c_void, length: NSUInteger, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initWithBytesNoCopy_length_(
self,
bytes: *const c_void,
length: NSUInteger,
) -> id
unsafe fn initWithBytesNoCopy_length_( self, bytes: *const c_void, length: NSUInteger, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initWithBytesNoCopy_length_deallocator_(
self,
bytes: *const c_void,
length: NSUInteger,
deallocator: *mut Block<(*const c_void, NSUInteger), ()>,
) -> id
unsafe fn initWithBytesNoCopy_length_deallocator_( self, bytes: *const c_void, length: NSUInteger, deallocator: *mut Block<(*const c_void, NSUInteger), ()>, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initWithBytesNoCopy_length_freeWhenDone_(
self,
bytes: *const c_void,
length: NSUInteger,
freeWhenDone: BOOL,
) -> id
unsafe fn initWithBytesNoCopy_length_freeWhenDone_( self, bytes: *const c_void, length: NSUInteger, freeWhenDone: BOOL, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initWithContentsOfFile_(self, path: id) -> id
unsafe fn initWithContentsOfFile_(self, path: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initWithContentsOfFile_options_error(
self,
path: id,
mask: NSDataReadingOptions,
errorPtr: *mut id,
) -> id
unsafe fn initWithContentsOfFile_options_error( self, path: id, mask: NSDataReadingOptions, errorPtr: *mut id, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initWithContentsOfURL_(self, aURL: id) -> id
unsafe fn initWithContentsOfURL_(self, aURL: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initWithContentsOfURL_options_error_(
self,
aURL: id,
mask: NSDataReadingOptions,
errorPtr: *mut id,
) -> id
unsafe fn initWithContentsOfURL_options_error_( self, aURL: id, mask: NSDataReadingOptions, errorPtr: *mut id, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initWithData_(self, data: id) -> id
unsafe fn initWithData_(self, data: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn bytes(self) -> *const c_void
unsafe fn bytes(self) -> *const c_void
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn description(self) -> id
unsafe fn description(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn enumerateByteRangesUsingBlock_(
self,
block: *mut Block<(*const c_void, NSRange, *mut BOOL), ()>,
)
unsafe fn enumerateByteRangesUsingBlock_( self, block: *mut Block<(*const c_void, NSRange, *mut BOOL), ()>, )
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn getBytes_length_(self, buffer: *mut c_void, length: NSUInteger)
unsafe fn getBytes_length_(self, buffer: *mut c_void, length: NSUInteger)
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn getBytes_range_(self, buffer: *mut c_void, range: NSRange)
unsafe fn getBytes_range_(self, buffer: *mut c_void, range: NSRange)
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn subdataWithRange_(self, range: NSRange) -> id
unsafe fn subdataWithRange_(self, range: NSRange) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn rangeOfData_options_range_(
self,
dataToFind: id,
options: NSDataSearchOptions,
searchRange: NSRange,
) -> NSRange
unsafe fn rangeOfData_options_range_( self, dataToFind: id, options: NSDataSearchOptions, searchRange: NSRange, ) -> NSRange
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn base64EncodedDataWithOptions_(
self,
options: NSDataBase64EncodingOptions,
) -> id
unsafe fn base64EncodedDataWithOptions_( self, options: NSDataBase64EncodingOptions, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn base64EncodedStringWithOptions_(
self,
options: NSDataBase64EncodingOptions,
) -> id
unsafe fn base64EncodedStringWithOptions_( self, options: NSDataBase64EncodingOptions, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn isEqualToData_(self, otherData: id) -> id
unsafe fn isEqualToData_(self, otherData: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn length(self) -> NSUInteger
unsafe fn length(self) -> NSUInteger
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn writeToFile_atomically_(self, path: id, atomically: BOOL) -> BOOL
unsafe fn writeToFile_atomically_(self, path: id, atomically: BOOL) -> BOOL
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn writeToFile_options_error_(
self,
path: id,
mask: NSDataWritingOptions,
errorPtr: *mut id,
) -> BOOL
unsafe fn writeToFile_options_error_( self, path: id, mask: NSDataWritingOptions, errorPtr: *mut id, ) -> BOOL
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn writeToURL_atomically_(self, aURL: id, atomically: BOOL) -> BOOL
unsafe fn writeToURL_atomically_(self, aURL: id, atomically: BOOL) -> BOOL
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn writeToURL_options_error_(
self,
aURL: id,
mask: NSDataWritingOptions,
errorPtr: *mut id,
) -> BOOL
unsafe fn writeToURL_options_error_( self, aURL: id, mask: NSDataWritingOptions, errorPtr: *mut id, ) -> BOOL
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn dataWithBytes_length_(
_: Self,
bytes: *const c_void,
length: NSUInteger,
) -> id
unsafe fn dataWithBytes_length_( _: Self, bytes: *const c_void, length: NSUInteger, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn dataWithBytesNoCopy_length_(
_: Self,
bytes: *const c_void,
length: NSUInteger,
) -> id
unsafe fn dataWithBytesNoCopy_length_( _: Self, bytes: *const c_void, length: NSUInteger, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn dataWithBytesNoCopy_length_freeWhenDone_(
_: Self,
bytes: *const c_void,
length: NSUInteger,
freeWhenDone: BOOL,
) -> id
unsafe fn dataWithBytesNoCopy_length_freeWhenDone_( _: Self, bytes: *const c_void, length: NSUInteger, freeWhenDone: BOOL, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn dataWithContentsOfFile_(_: Self, path: id) -> id
unsafe fn dataWithContentsOfFile_(_: Self, path: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn dataWithContentsOfFile_options_error_(
_: Self,
path: id,
mask: NSDataReadingOptions,
errorPtr: *mut id,
) -> id
unsafe fn dataWithContentsOfFile_options_error_( _: Self, path: id, mask: NSDataReadingOptions, errorPtr: *mut id, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn dataWithContentsOfURL_(_: Self, aURL: id) -> id
unsafe fn dataWithContentsOfURL_(_: Self, aURL: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn dataWithContentsOfURL_options_error_(
_: Self,
aURL: id,
mask: NSDataReadingOptions,
errorPtr: *mut id,
) -> id
unsafe fn dataWithContentsOfURL_options_error_( _: Self, aURL: id, mask: NSDataReadingOptions, errorPtr: *mut id, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn dataWithData_(_: Self, aData: id) -> id
unsafe fn dataWithData_(_: Self, aData: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงimpl NSDate for id
impl NSDate for id
Sourceยงunsafe fn distantPast(_: Self) -> id
unsafe fn distantPast(_: Self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn distantFuture(_: Self) -> id
unsafe fn distantFuture(_: Self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงimpl NSDictionary for id
impl NSDictionary for id
Sourceยงunsafe fn initWithContentsOfFile_(self, path: id) -> id
unsafe fn initWithContentsOfFile_(self, path: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initWithContentsOfURL_(self, aURL: id) -> id
unsafe fn initWithContentsOfURL_(self, aURL: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initWithDictionary_(self, otherDictionary: id) -> id
unsafe fn initWithDictionary_(self, otherDictionary: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initWithDictionary_copyItems_(
self,
otherDictionary: id,
flag: BOOL,
) -> id
unsafe fn initWithDictionary_copyItems_( self, otherDictionary: id, flag: BOOL, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initWithObjects_forKeys_(self, objects: id, keys: id) -> id
unsafe fn initWithObjects_forKeys_(self, objects: id, keys: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initWithObjects_forKeys_count_(
self,
objects: id,
keys: id,
count: NSUInteger,
) -> id
unsafe fn initWithObjects_forKeys_count_( self, objects: id, keys: id, count: NSUInteger, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initWithObjectsAndKeys_(self, firstObject: id) -> id
unsafe fn initWithObjectsAndKeys_(self, firstObject: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn count(self) -> NSUInteger
unsafe fn count(self) -> NSUInteger
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn isEqualToDictionary_(self, otherDictionary: id) -> BOOL
unsafe fn isEqualToDictionary_(self, otherDictionary: id) -> BOOL
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn allKeysForObject_(self, anObject: id) -> id
unsafe fn allKeysForObject_(self, anObject: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn objectForKey_(self, aKey: id) -> id
unsafe fn objectForKey_(self, aKey: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn objectForKeyedSubscript_(self, key: id) -> id
unsafe fn objectForKeyedSubscript_(self, key: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn objectsForKeys_notFoundMarker_(self, keys: id, anObject: id) -> id
unsafe fn objectsForKeys_notFoundMarker_(self, keys: id, anObject: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn valueForKey_(self, key: id) -> id
unsafe fn valueForKey_(self, key: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn keyEnumerator(self) -> id
unsafe fn keyEnumerator(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn objectEnumerator(self) -> id
unsafe fn objectEnumerator(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn enumerateKeysAndObjectsUsingBlock_(
self,
block: *mut Block<(id, id, *mut BOOL), ()>,
)
unsafe fn enumerateKeysAndObjectsUsingBlock_( self, block: *mut Block<(id, id, *mut BOOL), ()>, )
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn enumerateKeysAndObjectsWithOptions_usingBlock_(
self,
opts: NSEnumerationOptions,
block: *mut Block<(id, id, *mut BOOL), ()>,
)
unsafe fn enumerateKeysAndObjectsWithOptions_usingBlock_( self, opts: NSEnumerationOptions, block: *mut Block<(id, id, *mut BOOL), ()>, )
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn keysSortedByValueUsingSelector_(self, comparator: SEL) -> id
unsafe fn keysSortedByValueUsingSelector_(self, comparator: SEL) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn keysSortedByValueUsingComparator_(self, cmptr: NSComparator) -> id
unsafe fn keysSortedByValueUsingComparator_(self, cmptr: NSComparator) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn keysSortedByValueWithOptions_usingComparator_(
self,
opts: NSEnumerationOptions,
cmptr: NSComparator,
) -> id
unsafe fn keysSortedByValueWithOptions_usingComparator_( self, opts: NSEnumerationOptions, cmptr: NSComparator, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn keysOfEntriesPassingTest_(
self,
predicate: *mut Block<(id, id, *mut BOOL), BOOL>,
) -> id
unsafe fn keysOfEntriesPassingTest_( self, predicate: *mut Block<(id, id, *mut BOOL), BOOL>, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn keysOfEntriesWithOptions_PassingTest_(
self,
opts: NSEnumerationOptions,
predicate: *mut Block<(id, id, *mut BOOL), BOOL>,
) -> id
unsafe fn keysOfEntriesWithOptions_PassingTest_( self, opts: NSEnumerationOptions, predicate: *mut Block<(id, id, *mut BOOL), BOOL>, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn writeToFile_atomically_(self, path: id, flag: BOOL) -> BOOL
unsafe fn writeToFile_atomically_(self, path: id, flag: BOOL) -> BOOL
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn writeToURL_atomically_(self, aURL: id, flag: BOOL) -> BOOL
unsafe fn writeToURL_atomically_(self, aURL: id, flag: BOOL) -> BOOL
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn fileCreationDate(self) -> id
unsafe fn fileCreationDate(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn fileExtensionHidden(self) -> BOOL
unsafe fn fileExtensionHidden(self) -> BOOL
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn fileGroupOwnerAccountID(self) -> id
unsafe fn fileGroupOwnerAccountID(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn fileGroupOwnerAccountName(self) -> id
unsafe fn fileGroupOwnerAccountName(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn fileIsAppendOnly(self) -> BOOL
unsafe fn fileIsAppendOnly(self) -> BOOL
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn fileIsImmutable(self) -> BOOL
unsafe fn fileIsImmutable(self) -> BOOL
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn fileModificationDate(self) -> id
unsafe fn fileModificationDate(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn fileOwnerAccountID(self) -> id
unsafe fn fileOwnerAccountID(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn fileOwnerAccountName(self) -> id
unsafe fn fileOwnerAccountName(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn filePosixPermissions(self) -> NSUInteger
unsafe fn filePosixPermissions(self) -> NSUInteger
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn fileSize(self) -> c_ulonglong
unsafe fn fileSize(self) -> c_ulonglong
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn fileSystemFileNumber(self) -> NSUInteger
unsafe fn fileSystemFileNumber(self) -> NSUInteger
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn fileSystemNumber(self) -> NSInteger
unsafe fn fileSystemNumber(self) -> NSInteger
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn description(self) -> id
unsafe fn description(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn descriptionInStringsFileFormat(self) -> id
unsafe fn descriptionInStringsFileFormat(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn descriptionWithLocale_(self, locale: id) -> id
unsafe fn descriptionWithLocale_(self, locale: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn descriptionWithLocale_indent_(
self,
locale: id,
indent: NSUInteger,
) -> id
unsafe fn descriptionWithLocale_indent_( self, locale: id, indent: NSUInteger, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn dictionary(_: Self) -> id
unsafe fn dictionary(_: Self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn dictionaryWithContentsOfFile_(_: Self, path: id) -> id
unsafe fn dictionaryWithContentsOfFile_(_: Self, path: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn dictionaryWithContentsOfURL_(_: Self, aURL: id) -> id
unsafe fn dictionaryWithContentsOfURL_(_: Self, aURL: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn dictionaryWithDictionary_(_: Self, otherDictionary: id) -> id
unsafe fn dictionaryWithDictionary_(_: Self, otherDictionary: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn dictionaryWithObject_forKey_(_: Self, anObject: id, aKey: id) -> id
unsafe fn dictionaryWithObject_forKey_(_: Self, anObject: id, aKey: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn dictionaryWithObjects_forKeys_(_: Self, objects: id, keys: id) -> id
unsafe fn dictionaryWithObjects_forKeys_(_: Self, objects: id, keys: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn dictionaryWithObjects_forKeys_count_(
_: Self,
objects: *const id,
keys: *const id,
count: NSUInteger,
) -> id
unsafe fn dictionaryWithObjects_forKeys_count_( _: Self, objects: *const id, keys: *const id, count: NSUInteger, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn dictionaryWithObjectsAndKeys_(_: Self, firstObject: id) -> id
unsafe fn dictionaryWithObjectsAndKeys_(_: Self, firstObject: id) -> id
๐Deprecated: use the objc2-foundation crate instead
๐Deprecated: use the objc2-foundation crate instead
Sourceยงimpl NSFastEnumeration for id
impl NSFastEnumeration for id
Sourceยงunsafe fn iter(self) -> NSFastIterator โ
unsafe fn iter(self) -> NSFastIterator โ
๐Deprecated: use the objc2-foundation crate instead
Sourceยงimpl NSProcessInfo for id
impl NSProcessInfo for id
Sourceยงunsafe fn processName(self) -> id
unsafe fn processName(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn systemUptime(self) -> NSTimeInterval
unsafe fn systemUptime(self) -> NSTimeInterval
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn operatingSystemVersion(self) -> NSOperatingSystemVersion
unsafe fn operatingSystemVersion(self) -> NSOperatingSystemVersion
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn isOperatingSystemAtLeastVersion(
self,
version: NSOperatingSystemVersion,
) -> bool
unsafe fn isOperatingSystemAtLeastVersion( self, version: NSOperatingSystemVersion, ) -> bool
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn processInfo(_: Self) -> id
unsafe fn processInfo(_: Self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงimpl NSRunLoop for id
impl NSRunLoop for id
Sourceยงunsafe fn currentRunLoop() -> id
unsafe fn currentRunLoop() -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn performSelector_target_argument_order_modes_(
self,
aSelector: SEL,
target: id,
anArgument: id,
order: NSUInteger,
modes: id,
)
unsafe fn performSelector_target_argument_order_modes_( self, aSelector: SEL, target: id, anArgument: id, order: NSUInteger, modes: id, )
๐Deprecated: use the objc2-foundation crate instead
Sourceยงimpl NSString for id
impl NSString for id
Sourceยงunsafe fn isEqualToString(self, other: &str) -> bool
unsafe fn isEqualToString(self, other: &str) -> bool
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn stringByAppendingString_(self, other: id) -> id
unsafe fn stringByAppendingString_(self, other: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn init_str(self, string: &str) -> id
unsafe fn init_str(self, string: &str) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn UTF8String(self) -> *const c_char
unsafe fn UTF8String(self) -> *const c_char
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn substringWithRange(self, range: NSRange) -> id
unsafe fn substringWithRange(self, range: NSRange) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงimpl NSURL for id
impl NSURL for id
Sourceยงunsafe fn URLWithString_(_: Self, string: id) -> id
unsafe fn URLWithString_(_: Self, string: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initWithString_(self, string: id) -> id
unsafe fn initWithString_(self, string: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn URLWithString_relativeToURL_(_: Self, string: id, url: id) -> id
unsafe fn URLWithString_relativeToURL_(_: Self, string: id, url: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initWithString_relativeToURL_(self, string: id, url: id) -> id
unsafe fn initWithString_relativeToURL_(self, string: id, url: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn fileURLWithPath_isDirectory_(_: Self, path: id, is_dir: BOOL) -> id
unsafe fn fileURLWithPath_isDirectory_(_: Self, path: id, is_dir: BOOL) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initFileURLWithPath_isDirectory_(self, path: id, is_dir: BOOL) -> id
unsafe fn initFileURLWithPath_isDirectory_(self, path: id, is_dir: BOOL) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn fileURLWithPath_relativeToURL_(_: Self, path: id, url: id) -> id
unsafe fn fileURLWithPath_relativeToURL_(_: Self, path: id, url: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initFileURLWithPath_relativeToURL_(self, path: id, url: id) -> id
unsafe fn initFileURLWithPath_relativeToURL_(self, path: id, url: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn fileURLWithPath_isDirectory_relativeToURL_(
_: Self,
path: id,
is_dir: BOOL,
url: id,
) -> id
unsafe fn fileURLWithPath_isDirectory_relativeToURL_( _: Self, path: id, is_dir: BOOL, url: id, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initFileURLWithPath_isDirectory_relativeToURL_(
self,
path: id,
is_dir: BOOL,
url: id,
) -> id
unsafe fn initFileURLWithPath_isDirectory_relativeToURL_( self, path: id, is_dir: BOOL, url: id, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn fileURLWithPath_(_: Self, path: id) -> id
unsafe fn fileURLWithPath_(_: Self, path: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initFileURLWithPath_(self, path: id) -> id
unsafe fn initFileURLWithPath_(self, path: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn fileURLWithPathComponents_(_: Self, path_components: id) -> id
unsafe fn fileURLWithPathComponents_(_: Self, path_components: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn URLByResolvingAliasFileAtURL_options_error_(
_: Self,
url: id,
options: NSURLBookmarkResolutionOptions,
error: *mut id,
) -> id
unsafe fn URLByResolvingAliasFileAtURL_options_error_( _: Self, url: id, options: NSURLBookmarkResolutionOptions, error: *mut id, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn URLByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_(
_: Self,
data: id,
options: NSURLBookmarkResolutionOptions,
relative_to_url: id,
is_stale: *mut BOOL,
error: *mut id,
) -> id
unsafe fn URLByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_( _: Self, data: id, options: NSURLBookmarkResolutionOptions, relative_to_url: id, is_stale: *mut BOOL, error: *mut id, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_(
self,
data: id,
options: NSURLBookmarkResolutionOptions,
relative_to_url: id,
is_stale: *mut BOOL,
error: *mut id,
) -> id
unsafe fn initByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error_( self, data: id, options: NSURLBookmarkResolutionOptions, relative_to_url: id, is_stale: *mut BOOL, error: *mut id, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn absoluteURLWithDataRepresentation_relativeToURL_(
_: Self,
data: id,
url: id,
) -> id
unsafe fn absoluteURLWithDataRepresentation_relativeToURL_( _: Self, data: id, url: id, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initAbsoluteURLWithDataRepresentation_relativeToURL_(
self,
data: id,
url: id,
) -> id
unsafe fn initAbsoluteURLWithDataRepresentation_relativeToURL_( self, data: id, url: id, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn URLWithDataRepresentation_relativeToURL_(
_: Self,
data: id,
url: id,
) -> id
unsafe fn URLWithDataRepresentation_relativeToURL_( _: Self, data: id, url: id, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn initWithDataRepresentation_relativeToURL_(
self,
data: id,
url: id,
) -> id
unsafe fn initWithDataRepresentation_relativeToURL_( self, data: id, url: id, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn dataRepresentation(self) -> id
unsafe fn dataRepresentation(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn isEqual_(self, id: id) -> BOOL
unsafe fn isEqual_(self, id: id) -> BOOL
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn checkResourceIsReachableAndReturnError_(self, error: id) -> BOOL
unsafe fn checkResourceIsReachableAndReturnError_(self, error: id) -> BOOL
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn isFileReferenceURL(self) -> BOOL
unsafe fn isFileReferenceURL(self) -> BOOL
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn absoluteString(self) -> id
unsafe fn absoluteString(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn absoluteURL(self) -> id
unsafe fn absoluteURL(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn lastPathComponent(self) -> id
unsafe fn lastPathComponent(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn parameterString(self) -> id
unsafe fn parameterString(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn pathComponents(self) -> id
unsafe fn pathComponents(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn pathExtension(self) -> id
unsafe fn pathExtension(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn relativePath(self) -> id
unsafe fn relativePath(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn relativeString(self) -> id
unsafe fn relativeString(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn resourceSpecifier(self) -> id
unsafe fn resourceSpecifier(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn standardizedURL(self) -> id
unsafe fn standardizedURL(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn NSURLResourceKey(self) -> id
unsafe fn NSURLResourceKey(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn filePathURL(self) -> id
unsafe fn filePathURL(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn fileReferenceURL(self) -> id
unsafe fn fileReferenceURL(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn URLByAppendingPathComponent_(self, path_component: id) -> id
unsafe fn URLByAppendingPathComponent_(self, path_component: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn URLByAppendingPathComponent_isDirectory_(
self,
path_component: id,
is_dir: BOOL,
) -> id
unsafe fn URLByAppendingPathComponent_isDirectory_( self, path_component: id, is_dir: BOOL, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn URLByAppendingPathExtension_(self, extension: id) -> id
unsafe fn URLByAppendingPathExtension_(self, extension: id) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn URLByDeletingLastPathComponent(self) -> id
unsafe fn URLByDeletingLastPathComponent(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn URLByDeletingPathExtension(self) -> id
unsafe fn URLByDeletingPathExtension(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn URLByResolvingSymlinksInPath(self) -> id
unsafe fn URLByResolvingSymlinksInPath(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn URLByStandardizingPath(self) -> id
unsafe fn URLByStandardizingPath(self) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn hasDirectoryPath(self) -> BOOL
unsafe fn hasDirectoryPath(self) -> BOOL
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn bookmarkDataWithContentsOfURL_error_(
_: Self,
url: id,
error: id,
) -> id
unsafe fn bookmarkDataWithContentsOfURL_error_( _: Self, url: id, error: id, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn bookmarkDataWithOptions_includingResourceValuesForKeys_relativeToURL_error_(
self,
options: NSURLBookmarkCreationOptions,
resource_value_for_keys: id,
relative_to_url: id,
error: id,
) -> id
unsafe fn bookmarkDataWithOptions_includingResourceValuesForKeys_relativeToURL_error_( self, options: NSURLBookmarkCreationOptions, resource_value_for_keys: id, relative_to_url: id, error: id, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn writeBookmarkData_toURL_options_error_(
_: Self,
data: id,
to_url: id,
options: NSURLBookmarkFileCreationOptions,
error: id,
) -> id
unsafe fn writeBookmarkData_toURL_options_error_( _: Self, data: id, to_url: id, options: NSURLBookmarkFileCreationOptions, error: id, ) -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn startAccessingSecurityScopedResource(self) -> BOOL
unsafe fn startAccessingSecurityScopedResource(self) -> BOOL
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn stopAccessingSecurityScopedResource(self)
unsafe fn stopAccessingSecurityScopedResource(self)
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn NSURLBookmarkFileCreationOptions(
self,
) -> NSURLBookmarkFileCreationOptions
unsafe fn NSURLBookmarkFileCreationOptions( self, ) -> NSURLBookmarkFileCreationOptions
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn NSURLBookmarkCreationOptions(self) -> NSURLBookmarkCreationOptions
unsafe fn NSURLBookmarkCreationOptions(self) -> NSURLBookmarkCreationOptions
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn NSURLBookmarkResolutionOptions(self) -> NSURLBookmarkResolutionOptions
unsafe fn NSURLBookmarkResolutionOptions(self) -> NSURLBookmarkResolutionOptions
๐Deprecated: use the objc2-foundation crate instead
Sourceยงimpl NSUserDefaults for id
impl NSUserDefaults for id
Sourceยงunsafe fn standardUserDefaults() -> id
unsafe fn standardUserDefaults() -> id
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn setBool_forKey_(self, value: BOOL, key: id)
unsafe fn setBool_forKey_(self, value: BOOL, key: id)
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn bool_forKey_(self, key: id) -> BOOL
unsafe fn bool_forKey_(self, key: id) -> BOOL
๐Deprecated: use the objc2-foundation crate instead
Sourceยงunsafe fn removeObject_forKey_(self, key: id)
unsafe fn removeObject_forKey_(self, key: id)
๐Deprecated: use the objc2-foundation crate instead