#[repr(C)]pub struct SecTrustedApplication { /* private fields */ }
Available on crate feature
SecBase
only.Expand description
Contains information about a trusted application.
See also Apple’s documentation
Methods from Deref<Target = CFType>§
Sourcepub fn downcast_ref<T>(&self) -> Option<&T>where
T: ConcreteType,
Available on crate feature SecCustomTransform
only.
pub fn downcast_ref<T>(&self) -> Option<&T>where
T: ConcreteType,
SecCustomTransform
only.Attempt to downcast the type to that of type T
.
This is the reference-variant. Use CFRetained::downcast
if you
want to convert a retained type. See also ConcreteType
for more
details on which types support being converted to.
Trait Implementations§
Source§impl AsRef<AnyObject> for SecTrustedApplication
impl AsRef<AnyObject> for SecTrustedApplication
Source§impl AsRef<CFType> for SecTrustedApplication
impl AsRef<CFType> for SecTrustedApplication
Source§impl Borrow<AnyObject> for SecTrustedApplication
impl Borrow<AnyObject> for SecTrustedApplication
Source§impl Borrow<CFType> for SecTrustedApplication
impl Borrow<CFType> for SecTrustedApplication
Source§impl ConcreteType for SecTrustedApplication
Available on crate feature SecTrustedApplication
only.
impl ConcreteType for SecTrustedApplication
Available on crate feature
SecTrustedApplication
only.Source§impl Debug for SecTrustedApplication
impl Debug for SecTrustedApplication
Source§impl Deref for SecTrustedApplication
impl Deref for SecTrustedApplication
Source§impl Hash for SecTrustedApplication
impl Hash for SecTrustedApplication
Source§impl Message for SecTrustedApplication
impl Message for SecTrustedApplication
Source§impl PartialEq for SecTrustedApplication
impl PartialEq for SecTrustedApplication
Source§impl RefEncode for SecTrustedApplication
impl RefEncode for SecTrustedApplication
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
Source§impl Type for SecTrustedApplication
impl Type for SecTrustedApplication
impl Eq for SecTrustedApplication
Auto Trait Implementations§
impl !Freeze for SecTrustedApplication
impl !RefUnwindSafe for SecTrustedApplication
impl !Send for SecTrustedApplication
impl !Sync for SecTrustedApplication
impl !Unpin for SecTrustedApplication
impl !UnwindSafe for SecTrustedApplication
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