NSMutableURLRequestNEHotspotHelper

Trait NSMutableURLRequestNEHotspotHelper 

Source
pub unsafe trait NSMutableURLRequestNEHotspotHelper:
    ClassType
    + Sized
    + Sealed {
    // Provided method
    unsafe fn bindToHotspotHelperCommand(
        &self,
        command: &NEHotspotHelperCommand,
    ) { ... }
}
Expand description

Category “NEHotspotHelper” on NSMutableURLRequest.

Extend NSMutableURLRequest to include a method to bind the request to the network interface associated with the specified NEHotspotHelperCommand object.

Provided Methods§

Source

unsafe fn bindToHotspotHelperCommand(&self, command: &NEHotspotHelperCommand)

Binds the NSMutableURLRequest to the network interface associated with the NEHotspotHelperCommand object.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl NSMutableURLRequestNEHotspotHelper for NSMutableURLRequest

Implementors§