Struct DataCallInfo
#[repr(C)]pub struct DataCallInfo {
pub profile_idx: c_char,
pub ip_family: DataCallIpFamily,
pub v4: InfoV4,
pub v6: InfoV6,
}Fields§
§profile_idx: c_charUMTS/CDMA profile ID.
ip_family: DataCallIpFamilyIP version.
v4: InfoV4IPv4 information.
v6: InfoV6IPv6 information.
Auto Trait Implementations§
impl Freeze for DataCallInfo
impl RefUnwindSafe for DataCallInfo
impl Send for DataCallInfo
impl Sync for DataCallInfo
impl Unpin for DataCallInfo
impl UnwindSafe for DataCallInfo
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