[][src]Trait uikit_sys::NSMutableData_NSExtendedMutableData

pub trait NSMutableData_NSExtendedMutableData: Sized + Deref {
    unsafe fn appendBytes_length_(
        self,
        bytes: *const c_void,
        length: NSUInteger
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn appendData_(self, other: NSData)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn increaseLengthBy_(self, extraLength: NSUInteger)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn replaceBytesInRange_withBytes_(
        self,
        range: NSRange,
        bytes: *const c_void
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn resetBytesInRange_(self, range: NSRange)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setData_(self, data: NSData)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn replaceBytesInRange_withBytes_length_(
        self,
        range: NSRange,
        replacementBytes: *const c_void,
        replacementLength: NSUInteger
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn appendBytes_length_(self, bytes: *const c_void, length: NSUInteger) where
    Self::Target: Message + Sized

unsafe fn appendData_(self, other: NSData) where
    Self::Target: Message + Sized

unsafe fn increaseLengthBy_(self, extraLength: NSUInteger) where
    Self::Target: Message + Sized

unsafe fn replaceBytesInRange_withBytes_(
    self,
    range: NSRange,
    bytes: *const c_void
) where
    Self::Target: Message + Sized

unsafe fn resetBytesInRange_(self, range: NSRange) where
    Self::Target: Message + Sized

unsafe fn setData_(self, data: NSData) where
    Self::Target: Message + Sized

unsafe fn replaceBytesInRange_withBytes_length_(
    self,
    range: NSRange,
    replacementBytes: *const c_void,
    replacementLength: NSUInteger
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl NSMutableData_NSExtendedMutableData for NSMutableData[src]

impl NSMutableData_NSExtendedMutableData for NSPurgeableData[src]

Loading content...