#[repr(transparent)]pub struct GKSessionError(pub c_int);
👎Deprecated: No longer supported
Available on crate feature
GKSessionError
only.Expand description
Tuple Fields§
§0: c_int
👎Deprecated: No longer supported
Implementations§
Source§impl GKSessionError
impl GKSessionError
pub const InvalidParameterError: Self
👎Deprecated: No longer supported
pub const PeerNotFoundError: Self
👎Deprecated: No longer supported
pub const DeclinedError: Self
👎Deprecated: No longer supported
pub const TimedOutError: Self
👎Deprecated: No longer supported
pub const CancelledError: Self
👎Deprecated: No longer supported
pub const ConnectionFailedError: Self
👎Deprecated: No longer supported
pub const ConnectionClosedError: Self
👎Deprecated: No longer supported
pub const DataTooBigError: Self
👎Deprecated: No longer supported
pub const NotConnectedError: Self
👎Deprecated: No longer supported
pub const CannotEnableError: Self
👎Deprecated: No longer supported
pub const InProgressError: Self
👎Deprecated: No longer supported
pub const ConnectivityError: Self
👎Deprecated: No longer supported
pub const TransportError: Self
👎Deprecated: No longer supported
pub const InternalError: Self
👎Deprecated: No longer supported
pub const UnknownError: Self
👎Deprecated: No longer supported
pub const SystemError: Self
👎Deprecated: No longer supported
Trait Implementations§
Source§impl Clone for GKSessionError
impl Clone for GKSessionError
Source§fn clone(&self) -> GKSessionError
fn clone(&self) -> GKSessionError
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 GKSessionError
impl Debug for GKSessionError
Source§impl Encode for GKSessionError
impl Encode for GKSessionError
Source§impl Hash for GKSessionError
impl Hash for GKSessionError
Source§impl Ord for GKSessionError
impl Ord for GKSessionError
Source§fn cmp(&self, other: &GKSessionError) -> Ordering
fn cmp(&self, other: &GKSessionError) -> 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 GKSessionError
impl PartialEq for GKSessionError
Source§impl PartialOrd for GKSessionError
impl PartialOrd for GKSessionError
Source§impl RefEncode for GKSessionError
impl RefEncode for GKSessionError
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 GKSessionError
impl Eq for GKSessionError
impl StructuralPartialEq for GKSessionError
Auto Trait Implementations§
impl Freeze for GKSessionError
impl RefUnwindSafe for GKSessionError
impl Send for GKSessionError
impl Sync for GKSessionError
impl Unpin for GKSessionError
impl UnwindSafe for GKSessionError
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.