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