Struct CallResultInfo
#[repr(C)]pub struct CallResultInfo {
pub call_status: CallState,
pub call_id: i32,
pub vcall_end_reason: CallEndReasonInfo,
}Fields§
§call_status: CallStateMCM data call status.
call_id: i32Call ID that gets generated for a successful call. -1 means invalid
vcall_end_reason: CallEndReasonInfoCall end reason in verbose.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CallResultInfo
impl RefUnwindSafe for CallResultInfo
impl Send for CallResultInfo
impl Sync for CallResultInfo
impl Unpin for CallResultInfo
impl UnwindSafe for CallResultInfo
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