pub struct NSData { /* private fields */ }
Trait Implementations§
Source§impl INSCopying for NSData
impl INSCopying for NSData
Source§impl INSMutableCopying for NSData
impl INSMutableCopying for NSData
type Output = NSMutableData
fn mutable_copy(&self) -> Id<Self::Output>
Source§impl Message for NSData
impl Message for NSData
Source§unsafe fn send_message<A, R>(
&self,
sel: Sel,
args: A,
) -> Result<R, MessageError>
unsafe fn send_message<A, R>( &self, sel: Sel, args: A, ) -> Result<R, MessageError>
Sends a message to self with the given selector and arguments. Read more
Source§fn verify_message<A, R>(&self, sel: Sel) -> Result<(), MessageError>
fn verify_message<A, R>(&self, sel: Sel) -> Result<(), MessageError>
Verifies that the argument and return types match the encoding of the
method for the given selector. Read more
impl Eq for NSData
Auto Trait Implementations§
impl Freeze for NSData
impl RefUnwindSafe for NSData
impl Send for NSData
impl Sync for NSData
impl Unpin for NSData
impl UnwindSafe for NSData
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more