Struct vulkanalia_sys::Result[][src]

#[repr(transparent)]pub struct Result(_);

Implementations

impl Result[src]

pub const SUCCESS: Self[src]

pub const NOT_READY: Self[src]

pub const TIMEOUT: Self[src]

pub const EVENT_SET: Self[src]

pub const EVENT_RESET: Self[src]

pub const INCOMPLETE: Self[src]

pub const ERROR_OUT_OF_HOST_MEMORY: Self[src]

pub const ERROR_OUT_OF_DEVICE_MEMORY: Self[src]

pub const ERROR_INITIALIZATION_FAILED: Self[src]

pub const ERROR_DEVICE_LOST: Self[src]

pub const ERROR_MEMORY_MAP_FAILED: Self[src]

pub const ERROR_LAYER_NOT_PRESENT: Self[src]

pub const ERROR_EXTENSION_NOT_PRESENT: Self[src]

pub const ERROR_FEATURE_NOT_PRESENT: Self[src]

pub const ERROR_INCOMPATIBLE_DRIVER: Self[src]

pub const ERROR_TOO_MANY_OBJECTS: Self[src]

pub const ERROR_FORMAT_NOT_SUPPORTED: Self[src]

pub const ERROR_FRAGMENTED_POOL: Self[src]

pub const ERROR_UNKNOWN: Self[src]

pub const ERROR_OUT_OF_POOL_MEMORY: Self[src]

pub const ERROR_INVALID_EXTERNAL_HANDLE: Self[src]

pub const ERROR_FRAGMENTATION: Self[src]

pub const ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS: Self[src]

pub const ERROR_SURFACE_LOST_KHR: Self[src]

pub const ERROR_NATIVE_WINDOW_IN_USE_KHR: Self[src]

pub const SUBOPTIMAL_KHR: Self[src]

pub const ERROR_OUT_OF_DATE_KHR: Self[src]

pub const ERROR_INCOMPATIBLE_DISPLAY_KHR: Self[src]

pub const ERROR_VALIDATION_FAILED_EXT: Self[src]

pub const ERROR_INVALID_SHADER_NV: Self[src]

pub const ERROR_INVALID_DRM_FORMAT_MODIFIER_PLANE_LAYOUT_EXT: Self[src]

pub const ERROR_NOT_PERMITTED_EXT: Self[src]

pub const ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT: Self[src]

pub const THREAD_IDLE_KHR: Self[src]

pub const THREAD_DONE_KHR: Self[src]

pub const OPERATION_DEFERRED_KHR: Self[src]

pub const OPERATION_NOT_DEFERRED_KHR: Self[src]

pub const PIPELINE_COMPILE_REQUIRED_EXT: Self[src]

pub const fn from_raw(value: i32) -> Self[src]

Constructs an instance of this enum with the supplied underlying value.

pub const fn as_raw(self) -> i32[src]

Gets the underlying value for this enum instance.

Trait Implementations

impl Clone for Result[src]

impl Copy for Result[src]

impl Debug for Result[src]

impl Default for Result[src]

impl Display for Result[src]

impl Eq for Result[src]

impl Error for Result[src]

impl Hash for Result[src]

impl Ord for Result[src]

impl PartialEq<Result> for Result[src]

impl PartialOrd<Result> for Result[src]

impl StructuralEq for Result[src]

impl StructuralPartialEq for Result[src]

Auto Trait Implementations

impl RefUnwindSafe for Result

impl Send for Result

impl Sync for Result

impl Unpin for Result

impl UnwindSafe for Result

Blanket Implementations

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

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

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

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 = Infallible

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.