Struct canadensis_data_types::uavcan::node::get_transport_statistics::GetTransportStatisticsResponse[][src]

pub struct GetTransportStatisticsResponse {
    pub transfer_statistics: IoStatistics,
    pub network_interface_statistics: Vec<IoStatistics, { GetTransportStatisticsResponse::MAX_NETWORK_INTERFACES as usize }>,
}
Expand description

uavcan.node.GetTransportStatistics version 0.1 response

Fields

transfer_statistics: IoStatisticsnetwork_interface_statistics: Vec<IoStatistics, { GetTransportStatisticsResponse::MAX_NETWORK_INTERFACES as usize }>

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

The sealed or delimited property of this type

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Returns true if the provided number of bits is in this type’s bit length set Read more

Deserializes a value, replacing the content of self with the decoded value

Deserializes a value and returns it

A convenience function that creates a cursor around the provided bytes and calls deserialize

Returns the size of the encoded form of this value, in bits Read more

Serializes this value into a buffer Read more

A convenience function that creates a cursor around the provided bytes and calls serialize

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.