Struct cdrs::types::CBytesShort[][src]

pub struct CBytesShort { /* fields omitted */ }

Cassandra short bytes

Methods

impl CBytesShort
[src]

Converts CBytesShort into plain vector of bytes;

Trait Implementations

impl Debug for CBytesShort
[src]

Formats the value using the given formatter. Read more

impl Clone for CBytesShort
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl FromCursor for CBytesShort
[src]

from_cursor gets Cursor who's position is set such that it should be a start of a [bytes]. It reads required number of bytes and returns a CBytes

impl IntoBytes for CBytesShort
[src]

It should convert a struct into an array of bytes.

Auto Trait Implementations

impl Send for CBytesShort

impl Sync for CBytesShort