Struct e_drone::Drone[][src]

pub struct Drone {
    pub time_start: Instant,
    pub time_transfer: Instant,
    pub time_receive: Instant,
    pub receiver: Receiver,
    pub header: Header,
    pub vec_data: Vec<u8>,
    pub data: Data,
}

Fields

time_start: Instanttime_transfer: Instanttime_receive: Instantreceiver: Receiverheader: Headervec_data: Vec<u8>data: Data

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.