Struct cdrs::frame::frame_register::BodyReqRegister [] [src]

pub struct BodyReqRegister {
    pub events: Vec<SimpleServerEvent>,
}

The structure which represents a body of a frame of type options.

Fields

Trait Implementations

impl IntoBytes for BodyReqRegister
[src]

It should convert a struct into an array of bytes.