#[repr(C)]pub struct DAApprovalSession { /* private fields */ }Available on crate feature
DASession only.Expand description
Methods from Deref<Target = CFType>§
Sourcepub fn downcast_ref<T>(&self) -> Option<&T>where
T: ConcreteType,
pub fn downcast_ref<T>(&self) -> Option<&T>where
T: ConcreteType,
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<CFType> for DAApprovalSession
impl AsRef<CFType> for DAApprovalSession
Source§impl AsRef<DAApprovalSession> for DAApprovalSession
impl AsRef<DAApprovalSession> for DAApprovalSession
Source§impl Borrow<CFType> for DAApprovalSession
impl Borrow<CFType> for DAApprovalSession
Source§impl ConcreteType for DAApprovalSession
impl ConcreteType for DAApprovalSession
Source§impl Debug for DAApprovalSession
impl Debug for DAApprovalSession
Source§impl Deref for DAApprovalSession
impl Deref for DAApprovalSession
Source§impl Hash for DAApprovalSession
impl Hash for DAApprovalSession
Source§impl PartialEq for DAApprovalSession
impl PartialEq for DAApprovalSession
Source§impl Type for DAApprovalSession
impl Type for DAApprovalSession
impl Eq for DAApprovalSession
Auto Trait Implementations§
impl !Freeze for DAApprovalSession
impl !RefUnwindSafe for DAApprovalSession
impl !Send for DAApprovalSession
impl !Sync for DAApprovalSession
impl !Unpin for DAApprovalSession
impl !UnwindSafe for DAApprovalSession
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