pub struct NSMutableData { /* private fields */ }
Trait Implementations§
Source§impl Debug for NSMutableData
impl Debug for NSMutableData
Source§impl Hash for NSMutableData
impl Hash for NSMutableData
Source§impl INSCopying for NSMutableData
impl INSCopying for NSMutableData
Source§impl INSData for NSMutableData
impl INSData for NSMutableData
Source§impl INSMutableCopying for NSMutableData
impl INSMutableCopying for NSMutableData
type Output = NSMutableData
fn mutable_copy(&self) -> Id<Self::Output>
Source§impl INSMutableData for NSMutableData
impl INSMutableData for NSMutableData
Source§impl INSObject for NSMutableData
impl INSObject for NSMutableData
Source§impl Message for NSMutableData
impl Message for NSMutableData
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
Source§impl PartialEq for NSMutableData
impl PartialEq for NSMutableData
impl Eq for NSMutableData
Auto Trait Implementations§
impl Freeze for NSMutableData
impl RefUnwindSafe for NSMutableData
impl Send for NSMutableData
impl Sync for NSMutableData
impl Unpin for NSMutableData
impl UnwindSafe for NSMutableData
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