#[repr(u32)]pub enum VulkanSwapchainMode {
Default = 0,
Offscreen = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for VulkanSwapchainMode
impl Clone for VulkanSwapchainMode
Source§fn clone(&self) -> VulkanSwapchainMode
fn clone(&self) -> VulkanSwapchainMode
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VulkanSwapchainMode
impl Debug for VulkanSwapchainMode
Source§impl PartialEq for VulkanSwapchainMode
impl PartialEq for VulkanSwapchainMode
impl Copy for VulkanSwapchainMode
impl Eq for VulkanSwapchainMode
impl StructuralPartialEq for VulkanSwapchainMode
Auto Trait Implementations§
impl Freeze for VulkanSwapchainMode
impl RefUnwindSafe for VulkanSwapchainMode
impl Send for VulkanSwapchainMode
impl Sync for VulkanSwapchainMode
impl Unpin for VulkanSwapchainMode
impl UnwindSafe for VulkanSwapchainMode
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