Struct cdrs::types::CStringList[][src]

pub struct CStringList {
    pub list: Vec<CString>,
}

Fields

Methods

impl CStringList
[src]

Trait Implementations

impl Debug for CStringList
[src]

Formats the value using the given formatter. Read more

impl Clone for CStringList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl IntoBytes for CStringList
[src]

It should convert a struct into an array of bytes.

impl FromCursor for CStringList
[src]

It should return an implementor from an io::Cursor over an array of bytes.

Auto Trait Implementations

impl Send for CStringList

impl Sync for CStringList