Struct Event
#[repr(transparent)]pub struct Event(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl NetEventMsgId
impl NetEventMsgId
Sourcepub const UNKNOWN: NetEventMsgId
pub const UNKNOWN: NetEventMsgId
pv_data = &QL_MCM_DATA_CALL_INDICATION_INFO_T
Sourcepub const UP: NetEventMsgId
pub const UP: NetEventMsgId
pv_data = &QL_MCM_DATA_CALL_INDICATION_INFO_T
Sourcepub const DOWN: NetEventMsgId
pub const DOWN: NetEventMsgId
pv_data = &QL_MCM_DATA_CALL_INDICATION_INFO_T
Sourcepub const NEW_ADDR: NetEventMsgId
pub const NEW_ADDR: NetEventMsgId
pv_data = &QL_MCM_DATA_CALL_INDICATION_INFO_T
Sourcepub const DEL_ADDR: NetEventMsgId
pub const DEL_ADDR: NetEventMsgId
pv_data = &QL_MCM_DATA_CALL_INDICATION_INFO_T
Sourcepub const SERVICE_STATUS: NetEventMsgId
pub const SERVICE_STATUS: NetEventMsgId
pv_data = &QL_MCM_DATA_CALL_INDICATION_INFO_T
Sourcepub const BEARER_TECH_STATUS: NetEventMsgId
pub const BEARER_TECH_STATUS: NetEventMsgId
pv_data = &QL_MCM_DATA_CALL_INDICATION_INFO_T
Sourcepub const DORMANCY_STATUS: NetEventMsgId
pub const DORMANCY_STATUS: NetEventMsgId
pv_data = &QL_MCM_DATA_CALL_INDICATION_INFO_T
Trait Implementations§
Source§impl Clone for NetEventMsgId
impl Clone for NetEventMsgId
Source§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 moreSource§impl Debug for NetEventMsgId
impl Debug for NetEventMsgId
Source§impl PartialEq for NetEventMsgId
impl PartialEq for NetEventMsgId
Source§impl Serialize for NetEventMsgId
impl Serialize for NetEventMsgId
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
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