Struct capnp::MessageSize [] [src]

pub struct MessageSize {
    pub word_count: u64,
    pub cap_count: u32,
}

Size of a message. Every generated struct has a method .total_size() that returns this.

Fields

Size of the capability table.

Methods

impl MessageSize
[src]

[src]

Trait Implementations

impl Clone for MessageSize
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for MessageSize
[src]

impl Debug for MessageSize
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for MessageSize
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.