Struct cdr::Bounded [] [src]

pub struct Bounded(pub u64);

A SizeLimit that restricts serialized or deserialized messages so that they do not exceed a certain byte length.

Trait Implementations

impl Clone for Bounded
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Bounded
[src]

impl Debug for Bounded
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for Bounded
[src]

impl Hash for Bounded
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for Bounded
[src]

[src]

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

[src]

This method tests for !=.

impl SizeLimit for Bounded
[src]

[src]

[src]

Auto Trait Implementations

impl Send for Bounded

impl Sync for Bounded