pub type DeviceGetBufferResult = Result<(Vmo, u32, u32), Error>;

Aliased Type§

enum DeviceGetBufferResult {
    Ok((Vmo, u32, u32)),
    Err(Error),
}

Variants§

§1.0.0

Ok((Vmo, u32, u32))

Contains the success value

§1.0.0

Err(Error)

Contains the error value