Struct NetEventMsgId
#[repr(transparent)]pub struct NetEventMsgId(pub c_int);Tuple Fields§
§0: c_intImplementations§
§impl NetEventMsgId
impl NetEventMsgId
pub const UNKNOWN: Self
pub const UNKNOWN: Self
pv_data = &QL_MCM_DATA_CALL_INDICATION_INFO_T
pub const UP: Self
pub const UP: Self
pv_data = &QL_MCM_DATA_CALL_INDICATION_INFO_T
pub const DOWN: Self
pub const DOWN: Self
pv_data = &QL_MCM_DATA_CALL_INDICATION_INFO_T
pub const NEW_ADDR: Self
pub const NEW_ADDR: Self
pv_data = &QL_MCM_DATA_CALL_INDICATION_INFO_T
pub const DEL_ADDR: Self
pub const DEL_ADDR: Self
pv_data = &QL_MCM_DATA_CALL_INDICATION_INFO_T
pub const SERVICE_STATUS: Self
pub const SERVICE_STATUS: Self
pv_data = &QL_MCM_DATA_CALL_INDICATION_INFO_T
pub const BEARER_TECH_STATUS: Self
pub const BEARER_TECH_STATUS: Self
pv_data = &QL_MCM_DATA_CALL_INDICATION_INFO_T
pub const DORMANCY_STATUS: Self
pub const DORMANCY_STATUS: Self
pv_data = &QL_MCM_DATA_CALL_INDICATION_INFO_T
Trait Implementations§
§impl Clone for NetEventMsgId
impl Clone for NetEventMsgId
§fn clone(&self) -> NetEventMsgId
fn clone(&self) -> NetEventMsgId
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 more§impl Debug for NetEventMsgId
impl Debug for NetEventMsgId
§impl PartialEq for NetEventMsgId
impl PartialEq for NetEventMsgId
§impl Serialize for NetEventMsgId
impl Serialize for NetEventMsgId
impl Copy for NetEventMsgId
impl Eq for NetEventMsgId
impl StructuralPartialEq for NetEventMsgId
Auto Trait Implementations§
impl Freeze for NetEventMsgId
impl RefUnwindSafe for NetEventMsgId
impl Send for NetEventMsgId
impl Sync for NetEventMsgId
impl Unpin for NetEventMsgId
impl UnwindSafe for NetEventMsgId
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