Enum rexsgdata::Element [] [src]

pub enum Element {
    Zero(usize),
    Iovec(iovec),
}

Variants

Methods

impl Element
[src]

[src]

Trait Implementations

impl FromIterator<Element> for SgData
[src]

[src]

Creates a value from an iterator. Read more

impl From<iovec> for Element
[src]

[src]

Performs the conversion.

impl From<(*mut c_void, size_t)> for Element
[src]

[src]

Performs the conversion.

impl Debug for Element
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Element
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl<'de> Deserialize<'de> for Element
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl !Send for Element

impl !Sync for Element