pub struct RtxDump {
pub params: Box<Params>,
}
Expand description
The table RtxDump
in the namespace FBS.RtxStream
Generated from these locations:
- Table
RtxDump
in the filefbs/rtxStream.fbs:13
Fields§
§params: Box<Params>
The field params
in the table RtxDump
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RtxDump
impl<'de> Deserialize<'de> for RtxDump
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for RtxDump
impl Ord for RtxDump
Source§impl PartialOrd for RtxDump
impl PartialOrd for RtxDump
Source§impl<'a> TryFrom<RtxDumpRef<'a>> for RtxDump
impl<'a> TryFrom<RtxDumpRef<'a>> for RtxDump
impl Eq for RtxDump
impl StructuralPartialEq for RtxDump
impl VectorWrite<Offset<RtxDump>> for RtxDump
impl WriteAs<Offset<RtxDump>> for RtxDump
impl WriteAsOffset<RtxDump> for RtxDump
impl<T0: WriteAs<Offset<Params>>> WriteAsOffset<RtxDump> for RtxDumpBuilder<(T0,)>
impl WriteAsOptional<Offset<RtxDump>> for RtxDump
Auto Trait Implementations§
impl Freeze for RtxDump
impl RefUnwindSafe for RtxDump
impl Send for RtxDump
impl Sync for RtxDump
impl Unpin for RtxDump
impl UnwindSafe for RtxDump
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