pub struct CIContentSndCallRef<'a> {
pub status: &'a CICallStatus,
pub duration: &'a i32,
}Fields§
§status: &'a CICallStatus§duration: &'a i32Trait Implementations§
Source§impl<'a> Clone for CIContentSndCallRef<'a>
impl<'a> Clone for CIContentSndCallRef<'a>
Source§fn clone(&self) -> CIContentSndCallRef<'a>
fn clone(&self) -> CIContentSndCallRef<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'a> Copy for CIContentSndCallRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for CIContentSndCallRef<'a>
impl<'a> RefUnwindSafe for CIContentSndCallRef<'a>
impl<'a> Send for CIContentSndCallRef<'a>
impl<'a> Sync for CIContentSndCallRef<'a>
impl<'a> Unpin for CIContentSndCallRef<'a>
impl<'a> UnsafeUnpin for CIContentSndCallRef<'a>
impl<'a> UnwindSafe for CIContentSndCallRef<'a>
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