[][src]Trait uikit_sys::NSData_NSDataCompression

pub trait NSData_NSDataCompression: Sized + Deref {
    unsafe fn decompressedDataUsingAlgorithm_error_(
        self,
        algorithm: NSDataCompressionAlgorithm,
        error: *mut NSError
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn compressedDataUsingAlgorithm_error_(
        self,
        algorithm: NSDataCompressionAlgorithm,
        error: *mut NSError
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn decompressedDataUsingAlgorithm_error_(
    self,
    algorithm: NSDataCompressionAlgorithm,
    error: *mut NSError
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn compressedDataUsingAlgorithm_error_(
    self,
    algorithm: NSDataCompressionAlgorithm,
    error: *mut NSError
) -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl NSData_NSDataCompression for NSData[src]

impl NSData_NSDataCompression for NSMutableData[src]

impl NSData_NSDataCompression for NSPurgeableData[src]

Loading content...