pub struct NullHandle;
Trait Implementations§
Source§impl Debug for NullHandle
impl Debug for NullHandle
Source§impl From<NullHandle> for Buffer
impl From<NullHandle> for Buffer
Source§fn from(_: NullHandle) -> Self
fn from(_: NullHandle) -> Self
Converts to this type from the input type.
Source§impl From<NullHandle> for CommandBuffer
impl From<NullHandle> for CommandBuffer
Source§fn from(_: NullHandle) -> Self
fn from(_: NullHandle) -> Self
Converts to this type from the input type.
Source§impl From<NullHandle> for DeviceMemory
impl From<NullHandle> for DeviceMemory
Source§fn from(_: NullHandle) -> Self
fn from(_: NullHandle) -> Self
Converts to this type from the input type.
Source§impl From<NullHandle> for Device
impl From<NullHandle> for Device
Source§fn from(_: NullHandle) -> Self
fn from(_: NullHandle) -> Self
Converts to this type from the input type.
Source§impl From<NullHandle> for Image
impl From<NullHandle> for Image
Source§fn from(_: NullHandle) -> Self
fn from(_: NullHandle) -> Self
Converts to this type from the input type.
Source§impl From<NullHandle> for Instance
impl From<NullHandle> for Instance
Source§fn from(_: NullHandle) -> Self
fn from(_: NullHandle) -> Self
Converts to this type from the input type.
Source§impl From<NullHandle> for PhysicalDevice
impl From<NullHandle> for PhysicalDevice
Source§fn from(_: NullHandle) -> Self
fn from(_: NullHandle) -> Self
Converts to this type from the input type.
Source§impl From<NullHandle> for Queue
impl From<NullHandle> for Queue
Source§fn from(_: NullHandle) -> Self
fn from(_: NullHandle) -> Self
Converts to this type from the input type.
Source§impl From<NullHandle> for RenderPass
impl From<NullHandle> for RenderPass
Source§fn from(_: NullHandle) -> Self
fn from(_: NullHandle) -> Self
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