Struct CallEndReasonInfo
#[repr(C)]pub struct CallEndReasonInfo {
pub call_end_reason_type: Type,
pub call_end_reason_code: CallEndReasonCode,
}Fields§
§call_end_reason_type: TypeCall end reason type.
call_end_reason_code: CallEndReasonCodeVerbose data call end reason.
Trait Implementations§
§impl Clone for CallEndReasonInfo
impl Clone for CallEndReasonInfo
§fn clone(&self) -> CallEndReasonInfo
fn clone(&self) -> CallEndReasonInfo
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 moreAuto Trait Implementations§
impl Freeze for CallEndReasonInfo
impl RefUnwindSafe for CallEndReasonInfo
impl Send for CallEndReasonInfo
impl Sync for CallEndReasonInfo
impl Unpin for CallEndReasonInfo
impl UnwindSafe for CallEndReasonInfo
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