[][src]Trait uikit_sys::NSStream_NSSocketStreamCreationExtensions

pub trait NSStream_NSSocketStreamCreationExtensions: Sized + Deref {
    unsafe fn getStreamsToHostWithName_port_inputStream_outputStream_(
        hostname: NSString,
        port: NSInteger,
        inputStream: *mut NSInputStream,
        outputStream: *mut NSOutputStream
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn getStreamsToHostWithName_port_inputStream_outputStream_(
    hostname: NSString,
    port: NSInteger,
    inputStream: *mut NSInputStream,
    outputStream: *mut NSOutputStream
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl NSStream_NSSocketStreamCreationExtensions for NSInputStream[src]

impl NSStream_NSSocketStreamCreationExtensions for NSOutputStream[src]

impl NSStream_NSSocketStreamCreationExtensions for NSStream[src]

Loading content...