[][src]Enum aravis::BufferPayloadType

pub enum BufferPayloadType {
    Unknown,
    Image,
    Rawdata,
    File,
    ChunkData,
    ExtendedChunkData,
    Jpeg,
    Jpeg2000,
    H264,
    MultizoneImage,
    ImageExtendedChunk,
    // some variants omitted
}

Variants

Unknown
Image
Rawdata
File
ChunkData
ExtendedChunkData
Jpeg
Jpeg2000
H264
MultizoneImage
ImageExtendedChunk

Trait Implementations

impl Clone for BufferPayloadType[src]

impl Copy for BufferPayloadType[src]

impl Eq for BufferPayloadType[src]

impl Ord for BufferPayloadType[src]

impl PartialEq<BufferPayloadType> for BufferPayloadType[src]

impl PartialOrd<BufferPayloadType> for BufferPayloadType[src]

impl Debug for BufferPayloadType[src]

impl Display for BufferPayloadType[src]

impl Hash for BufferPayloadType[src]

impl StructuralPartialEq for BufferPayloadType[src]

impl StructuralEq for BufferPayloadType[src]

impl StaticType for BufferPayloadType[src]

impl<'a> FromValue<'a> for BufferPayloadType[src]

impl<'a> FromValueOptional<'a> for BufferPayloadType[src]

impl SetValue for BufferPayloadType[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized
[src]

impl<T> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized
[src]