[go: up one dir, main page]

[][src]Trait cocoa::foundation::NSString

pub trait NSString {
    unsafe fn stringByAppendingString_(self, other: *mut Object) -> *mut Object;
unsafe fn init_str(self, string: &str) -> Self;
unsafe fn UTF8String(self) -> *const i8;
unsafe fn len(self) -> usize;
unsafe fn isEqualToString(self, &str) -> bool;
unsafe fn substringWithRange(self, range: NSRange) -> *mut Object; unsafe fn alloc(Self) -> *mut Object { ... } }

Required methods

unsafe fn stringByAppendingString_(self, other: *mut Object) -> *mut Object

unsafe fn init_str(self, string: &str) -> Self

unsafe fn UTF8String(self) -> *const i8

unsafe fn len(self) -> usize

unsafe fn isEqualToString(self, &str) -> bool

unsafe fn substringWithRange(self, range: NSRange) -> *mut Object

Loading content...

Provided methods

unsafe fn alloc(Self) -> *mut Object

Loading content...

Implementations on Foreign Types

impl NSString for *mut Object[src]

Loading content...

Implementors

Loading content...