[][src]Trait uikit_sys::PNSURLConnectionDownloadDelegate

pub trait PNSURLConnectionDownloadDelegate: Sized + Deref {
    unsafe fn connection_didWriteData_totalBytesWritten_expectedTotalBytes_(
        self,
        connection: NSURLConnection,
        bytesWritten: c_longlong,
        totalBytesWritten: c_longlong,
        expectedTotalBytes: c_longlong
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn connectionDidResumeDownloading_totalBytesWritten_expectedTotalBytes_(
        self,
        connection: NSURLConnection,
        totalBytesWritten: c_longlong,
        expectedTotalBytes: c_longlong
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn connectionDidFinishDownloading_destinationURL_(
        self,
        connection: NSURLConnection,
        destinationURL: NSURL
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn connection_didWriteData_totalBytesWritten_expectedTotalBytes_(
    self,
    connection: NSURLConnection,
    bytesWritten: c_longlong,
    totalBytesWritten: c_longlong,
    expectedTotalBytes: c_longlong
) where
    Self::Target: Message + Sized

unsafe fn connectionDidResumeDownloading_totalBytesWritten_expectedTotalBytes_(
    self,
    connection: NSURLConnection,
    totalBytesWritten: c_longlong,
    expectedTotalBytes: c_longlong
) where
    Self::Target: Message + Sized

unsafe fn connectionDidFinishDownloading_destinationURL_(
    self,
    connection: NSURLConnection,
    destinationURL: NSURL
) where
    Self::Target: Message + Sized

Loading content...

Implementors

Loading content...