Struct cdrs::frame::frame_execute::BodyReqExecute [] [src]

pub struct BodyReqExecute<'a> { /* fields omitted */ }

The structure that represents a body of a frame of type execute.

Methods

impl<'a> BodyReqExecute<'a>
[src]

The method which creates new instance of BodyReqExecute

Trait Implementations

impl<'a> Debug for BodyReqExecute<'a>
[src]

Formats the value using the given formatter.

impl<'a> IntoBytes for BodyReqExecute<'a>
[src]

It should convert a struct into an array of bytes.