Struct packed_struct::types::bits::Bytes31[][src]

pub struct Bytes31;

Trait Implementations

impl Copy for Bytes31
[src]

impl Clone for Bytes31
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Bytes31
[src]

Formats the value using the given formatter. Read more

impl Default for Bytes31
[src]

Returns the "default value" for a type. Read more

impl PartialEq for Bytes31
[src]

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

This method tests for !=.

impl NumberOfBytes for Bytes31
[src]

The byte array type that holds these bytes, for instance [u8; 2].

The numberical number of bytes.

Auto Trait Implementations

impl Send for Bytes31

impl Sync for Bytes31