pub struct NASInfos {
pub direction: Direction,
pub message_type: String,
}Expand description
Data structure to store the NAS message type
Fields§
§direction: DirectionDirection of the message (UL/DL)
message_type: StringMessage type (e.g., “Service request”, “Authentication response”)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NASInfos
impl RefUnwindSafe for NASInfos
impl Send for NASInfos
impl Sync for NASInfos
impl Unpin for NASInfos
impl UnwindSafe for NASInfos
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