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§
Sourceunsafe fn bindToHotspotHelperCommand(&self, command: &NEHotspotHelperCommand)
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.