#[repr(C)]pub struct VulkanSwapchainConfiguration {
pub mode: VulkanSwapchainMode,
}Fields§
§mode: VulkanSwapchainModeAuto Trait Implementations§
impl Freeze for VulkanSwapchainConfiguration
impl RefUnwindSafe for VulkanSwapchainConfiguration
impl Send for VulkanSwapchainConfiguration
impl Sync for VulkanSwapchainConfiguration
impl Unpin for VulkanSwapchainConfiguration
impl UnsafeUnpin for VulkanSwapchainConfiguration
impl UnwindSafe for VulkanSwapchainConfiguration
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