#[repr(transparent)]pub struct CFSocketError(pub CFIndex);
Available on crate feature
CFSocket
only.Expand description
Tuple Fields§
§0: CFIndex
Implementations§
Trait Implementations§
Source§impl Clone for CFSocketError
impl Clone for CFSocketError
Source§fn clone(&self) -> CFSocketError
fn clone(&self) -> CFSocketError
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 CFSocketError
impl Debug for CFSocketError
Source§impl Encode for CFSocketError
Available on crate feature objc2
only.
impl Encode for CFSocketError
Available on crate feature
objc2
only.Source§impl Hash for CFSocketError
impl Hash for CFSocketError
Source§impl Ord for CFSocketError
impl Ord for CFSocketError
Source§fn cmp(&self, other: &CFSocketError) -> Ordering
fn cmp(&self, other: &CFSocketError) -> 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 CFSocketError
impl PartialEq for CFSocketError
Source§impl PartialOrd for CFSocketError
impl PartialOrd for CFSocketError
Source§impl RefEncode for CFSocketError
Available on crate feature objc2
only.
impl RefEncode for CFSocketError
Available on crate feature
objc2
only.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 CFSocketError
impl Eq for CFSocketError
impl StructuralPartialEq for CFSocketError
Auto Trait Implementations§
impl Freeze for CFSocketError
impl RefUnwindSafe for CFSocketError
impl Send for CFSocketError
impl Sync for CFSocketError
impl Unpin for CFSocketError
impl UnwindSafe for CFSocketError
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.