#[repr(C)]pub struct QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall {
pub id: u8,
pub presentation_indicator: QmiVoicePresentation,
pub type_: *mut c_char,
}Fields§
§id: u8§presentation_indicator: QmiVoicePresentation§type_: *mut c_charTrait Implementations§
Source§impl Clone for QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall
impl Clone for QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall
Source§fn clone(&self) -> QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall
fn clone(&self) -> QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall
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 Copy for QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall
Auto Trait Implementations§
impl !Send for QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall
impl !Sync for QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall
impl Freeze for QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall
impl RefUnwindSafe for QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall
impl Unpin for QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall
impl UnsafeUnpin for QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall
impl UnwindSafe for QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall
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