#[repr(u64)]pub enum NSUrlRequestNetworkServiceType {
Default = 0,
VoIP = 1,
Video = 2,
Background = 3,
Voice = 4,
ResponsiveData = 6,
AVStreaming = 8,
ResponsiveAV = 9,
CallSignaling = 11,
}
Variants§
Default = 0
VoIP = 1
👎Deprecated: Use ‘PushKit’ framework instead.
Video = 2
Background = 3
Voice = 4
ResponsiveData = 6
AVStreaming = 8
ResponsiveAV = 9
CallSignaling = 11
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSUrlRequestNetworkServiceType
impl RefUnwindSafe for NSUrlRequestNetworkServiceType
impl Send for NSUrlRequestNetworkServiceType
impl Sync for NSUrlRequestNetworkServiceType
impl Unpin for NSUrlRequestNetworkServiceType
impl UnwindSafe for NSUrlRequestNetworkServiceType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more