Struct NfyMsgId
#[repr(transparent)]pub struct NfyMsgId(pub c_int);Tuple Fields§
§0: c_intImplementations§
§impl NfyMsgId
impl NfyMsgId
pub const REFRESH_EVENT: Self
pub const REFRESH_EVENT: Self
Card refresh event.
pub const CARD_STATUS_UPDATE_EVENT: Self
pub const CARD_STATUS_UPDATE_EVENT: Self
Card status update event.
Trait Implementations§
impl Copy for NfyMsgId
impl Eq for NfyMsgId
impl StructuralPartialEq for NfyMsgId
Auto Trait Implementations§
impl Freeze for NfyMsgId
impl RefUnwindSafe for NfyMsgId
impl Send for NfyMsgId
impl Sync for NfyMsgId
impl Unpin for NfyMsgId
impl UnwindSafe for NfyMsgId
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