#[repr(C)]pub struct SymbolMappingMsg {
pub hd: RecordHeader,
pub stype_in_symbol: [c_char; 22],
pub stype_out_symbol: [c_char; 22],
pub _dummy: [c_char; 4],
pub start_ts: u64,
pub end_ts: u64,
}Expand description
Symbol mapping message
hd.rtype = 0x16
Fields§
§hd: RecordHeader§stype_in_symbol: [c_char; 22]§stype_out_symbol: [c_char; 22]§_dummy: [c_char; 4]§start_ts: u64§end_ts: u64Trait Implementations§
Source§impl Clone for SymbolMappingMsg
impl Clone for SymbolMappingMsg
Source§fn clone(&self) -> SymbolMappingMsg
fn clone(&self) -> SymbolMappingMsg
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 ConstTypeId for SymbolMappingMsg
impl ConstTypeId for SymbolMappingMsg
Source§const TYPE_ID: u8 = 22u8
const TYPE_ID: u8 = 22u8
The value of
RecordHeader::rtype for the implementing type.Source§impl Debug for SymbolMappingMsg
impl Debug for SymbolMappingMsg
Source§impl PartialEq for SymbolMappingMsg
impl PartialEq for SymbolMappingMsg
impl Eq for SymbolMappingMsg
impl StructuralPartialEq for SymbolMappingMsg
Auto Trait Implementations§
impl Freeze for SymbolMappingMsg
impl RefUnwindSafe for SymbolMappingMsg
impl Send for SymbolMappingMsg
impl Sync for SymbolMappingMsg
impl Unpin for SymbolMappingMsg
impl UnwindSafe for SymbolMappingMsg
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