#[repr(transparent)]pub struct GKVoiceChatServiceError(pub c_int);
👎Deprecated: No longer supported
Available on crate feature
GKPublicConstants
only.Expand description
Tuple Fields§
§0: c_int
👎Deprecated: No longer supported
Implementations§
Source§impl GKVoiceChatServiceError
impl GKVoiceChatServiceError
pub const InternalError: Self
👎Deprecated: No longer supported
pub const NoRemotePacketsError: Self
👎Deprecated: No longer supported
pub const UnableToConnectError: Self
👎Deprecated: No longer supported
pub const RemoteParticipantHangupError: Self
👎Deprecated: No longer supported
pub const InvalidCallIDError: Self
👎Deprecated: No longer supported
👎Deprecated: No longer supported
pub const UninitializedClientError: Self
👎Deprecated: No longer supported
pub const ClientMissingRequiredMethodsError: Self
👎Deprecated: No longer supported
pub const RemoteParticipantBusyError: Self
👎Deprecated: No longer supported
pub const RemoteParticipantCancelledError: Self
👎Deprecated: No longer supported
pub const RemoteParticipantResponseInvalidError: Self
👎Deprecated: No longer supported
pub const RemoteParticipantDeclinedInviteError: Self
👎Deprecated: No longer supported
pub const MethodCurrentlyInvalidError: Self
👎Deprecated: No longer supported
pub const NetworkConfigurationError: Self
👎Deprecated: No longer supported
pub const UnsupportedRemoteVersionError: Self
👎Deprecated: No longer supported
pub const OutOfMemoryError: Self
👎Deprecated: No longer supported
pub const InvalidParameterError: Self
👎Deprecated: No longer supported
Trait Implementations§
Source§impl Clone for GKVoiceChatServiceError
impl Clone for GKVoiceChatServiceError
Source§fn clone(&self) -> GKVoiceChatServiceError
fn clone(&self) -> GKVoiceChatServiceError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GKVoiceChatServiceError
impl Debug for GKVoiceChatServiceError
Source§impl Encode for GKVoiceChatServiceError
impl Encode for GKVoiceChatServiceError
Source§impl Hash for GKVoiceChatServiceError
impl Hash for GKVoiceChatServiceError
Source§impl Ord for GKVoiceChatServiceError
impl Ord for GKVoiceChatServiceError
Source§fn cmp(&self, other: &GKVoiceChatServiceError) -> Ordering
fn cmp(&self, other: &GKVoiceChatServiceError) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GKVoiceChatServiceError
impl PartialEq for GKVoiceChatServiceError
Source§impl PartialOrd for GKVoiceChatServiceError
impl PartialOrd for GKVoiceChatServiceError
Source§impl RefEncode for GKVoiceChatServiceError
impl RefEncode for GKVoiceChatServiceError
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for GKVoiceChatServiceError
impl Eq for GKVoiceChatServiceError
impl StructuralPartialEq for GKVoiceChatServiceError
Auto Trait Implementations§
impl Freeze for GKVoiceChatServiceError
impl RefUnwindSafe for GKVoiceChatServiceError
impl Send for GKVoiceChatServiceError
impl Sync for GKVoiceChatServiceError
impl Unpin for GKVoiceChatServiceError
impl UnwindSafe for GKVoiceChatServiceError
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.