pub enum Empty {}Expand description
Dummy backend.
Trait Implementations§
Source§impl Backend for Backend
impl Backend for Backend
type Instance = Instance
type PhysicalDevice = PhysicalDevice
type Device = Device
type Surface = Surface
type Swapchain = Swapchain
type QueueFamily = QueueFamily
type CommandQueue = CommandQueue
type CommandBuffer = CommandBuffer
type Memory = Memory
type CommandPool = CommandPool
type ShaderModule = ()
type RenderPass = ()
type Framebuffer = ()
type Buffer = Buffer
type BufferView = ()
type Image = Image
type ImageView = ()
type Sampler = ()
type ComputePipeline = ()
type GraphicsPipeline = ()
type PipelineCache = ()
type PipelineLayout = ()
type DescriptorSetLayout = DescriptorSetLayout
type DescriptorPool = DescriptorPool
type DescriptorSet = DescriptorSet
type Fence = ()
type Semaphore = ()
type Event = ()
type QueryPool = ()
impl Copy for Backend
impl Eq for Backend
impl StructuralPartialEq for Backend
Auto Trait Implementations§
impl Freeze for Backend
impl RefUnwindSafe for Backend
impl Send for Backend
impl Sync for Backend
impl Unpin for Backend
impl UnwindSafe for Backend
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