pub struct SdeSdeEvtlogFtraceEvent {Show 18 fields
pub evtlog_tag: Option<String>,
pub pid: Option<i32>,
pub tag_id: Option<u32>,
pub d00: Option<u32>,
pub d01: Option<u32>,
pub d02: Option<u32>,
pub d03: Option<u32>,
pub d04: Option<u32>,
pub d05: Option<u32>,
pub d06: Option<u32>,
pub d07: Option<u32>,
pub d08: Option<u32>,
pub d09: Option<u32>,
pub d10: Option<u32>,
pub d11: Option<u32>,
pub d12: Option<u32>,
pub d13: Option<u32>,
pub d14: Option<u32>,
}Fields§
§evtlog_tag: Option<String>§pid: Option<i32>§tag_id: Option<u32>§d00: Option<u32>§d01: Option<u32>§d02: Option<u32>§d03: Option<u32>§d04: Option<u32>§d05: Option<u32>§d06: Option<u32>§d07: Option<u32>§d08: Option<u32>§d09: Option<u32>§d10: Option<u32>§d11: Option<u32>§d12: Option<u32>§d13: Option<u32>§d14: Option<u32>Implementations§
Source§impl SdeSdeEvtlogFtraceEvent
impl SdeSdeEvtlogFtraceEvent
Trait Implementations§
Source§impl Clone for SdeSdeEvtlogFtraceEvent
impl Clone for SdeSdeEvtlogFtraceEvent
Source§fn clone(&self) -> SdeSdeEvtlogFtraceEvent
fn clone(&self) -> SdeSdeEvtlogFtraceEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SdeSdeEvtlogFtraceEvent
impl Debug for SdeSdeEvtlogFtraceEvent
Source§impl Default for SdeSdeEvtlogFtraceEvent
impl Default for SdeSdeEvtlogFtraceEvent
impl Eq for SdeSdeEvtlogFtraceEvent
Source§impl Hash for SdeSdeEvtlogFtraceEvent
impl Hash for SdeSdeEvtlogFtraceEvent
Source§impl Message for SdeSdeEvtlogFtraceEvent
impl Message for SdeSdeEvtlogFtraceEvent
Source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Returns the encoded length of the message without a length delimiter.
Source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
Encodes the message to a buffer. Read more
Source§fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Encodes the message to a newly allocated buffer.
Source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
Encodes the message with a length-delimiter to a buffer. Read more
Source§fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Encodes the message with a length-delimiter to a newly allocated buffer.
Source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Decodes an instance of the message from a buffer. Read more
Source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Decodes a length-delimited instance of the message from the buffer.
Source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
Decodes an instance of the message from a buffer, and merges it into
self. Read moreSource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
Decodes a length-delimited instance of the message from buffer, and
merges it into
self.Source§impl PartialEq for SdeSdeEvtlogFtraceEvent
impl PartialEq for SdeSdeEvtlogFtraceEvent
Source§fn eq(&self, other: &SdeSdeEvtlogFtraceEvent) -> bool
fn eq(&self, other: &SdeSdeEvtlogFtraceEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SdeSdeEvtlogFtraceEvent
Auto Trait Implementations§
impl Freeze for SdeSdeEvtlogFtraceEvent
impl RefUnwindSafe for SdeSdeEvtlogFtraceEvent
impl Send for SdeSdeEvtlogFtraceEvent
impl Sync for SdeSdeEvtlogFtraceEvent
impl Unpin for SdeSdeEvtlogFtraceEvent
impl UnsafeUnpin for SdeSdeEvtlogFtraceEvent
impl UnwindSafe for SdeSdeEvtlogFtraceEvent
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