Struct NullHandle
pub struct NullHandle;Available on crate feature
engine only.Trait Implementations§
§impl Debug for NullHandle
impl Debug for NullHandle
§impl From<NullHandle> for *mut VkBuffer_T
impl From<NullHandle> for *mut VkBuffer_T
§fn from(_: NullHandle) -> *mut VkBuffer_T
fn from(_: NullHandle) -> *mut VkBuffer_T
Converts to this type from the input type.
§impl From<NullHandle> for *mut VkCommandBuffer_T
impl From<NullHandle> for *mut VkCommandBuffer_T
§fn from(_: NullHandle) -> *mut VkCommandBuffer_T
fn from(_: NullHandle) -> *mut VkCommandBuffer_T
Converts to this type from the input type.
§impl From<NullHandle> for *mut VkDeviceMemory_T
impl From<NullHandle> for *mut VkDeviceMemory_T
§fn from(_: NullHandle) -> *mut VkDeviceMemory_T
fn from(_: NullHandle) -> *mut VkDeviceMemory_T
Converts to this type from the input type.
§impl From<NullHandle> for *mut VkDevice_T
impl From<NullHandle> for *mut VkDevice_T
§fn from(_: NullHandle) -> *mut VkDevice_T
fn from(_: NullHandle) -> *mut VkDevice_T
Converts to this type from the input type.
§impl From<NullHandle> for *mut VkImage_T
impl From<NullHandle> for *mut VkImage_T
§fn from(_: NullHandle) -> *mut VkImage_T
fn from(_: NullHandle) -> *mut VkImage_T
Converts to this type from the input type.
§impl From<NullHandle> for *mut VkInstance_T
impl From<NullHandle> for *mut VkInstance_T
§fn from(_: NullHandle) -> *mut VkInstance_T
fn from(_: NullHandle) -> *mut VkInstance_T
Converts to this type from the input type.
§impl From<NullHandle> for *mut VkPhysicalDevice_T
impl From<NullHandle> for *mut VkPhysicalDevice_T
§fn from(_: NullHandle) -> *mut VkPhysicalDevice_T
fn from(_: NullHandle) -> *mut VkPhysicalDevice_T
Converts to this type from the input type.
§impl From<NullHandle> for *mut VkQueue_T
impl From<NullHandle> for *mut VkQueue_T
§fn from(_: NullHandle) -> *mut VkQueue_T
fn from(_: NullHandle) -> *mut VkQueue_T
Converts to this type from the input type.
§impl From<NullHandle> for *mut VkRenderPass_T
impl From<NullHandle> for *mut VkRenderPass_T
§fn from(_: NullHandle) -> *mut VkRenderPass_T
fn from(_: NullHandle) -> *mut VkRenderPass_T
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NullHandle
impl RefUnwindSafe for NullHandle
impl Send for NullHandle
impl Sync for NullHandle
impl Unpin for NullHandle
impl UnwindSafe for NullHandle
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more