Struct tramex_tools::interface::parser::parser_rrc::RRCInfos
source · pub struct RRCInfos {
pub direction: Direction,
pub canal: String,
pub canal_msg: String,
}
Expand description
Data structure to store the message type (from the amarisoft API)
Fields§
§direction: Direction
Direction of the message.
canal: String
canal of the message.
canal_msg: String
Message of the canal.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RRCInfos
impl Send for RRCInfos
impl Sync for RRCInfos
impl Unpin for RRCInfos
impl UnwindSafe for RRCInfos
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