pub struct Swapchain { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl AsRef<SwapchainKHR> for Swapchain
impl AsRef<SwapchainKHR> for Swapchain
Source§fn as_ref(&self) -> &SwapchainKHR
fn as_ref(&self) -> &SwapchainKHR
Converts this type into a shared reference of the (usually inferred) input type.
Auto Trait Implementations§
impl !Freeze for Swapchain
impl !RefUnwindSafe for Swapchain
impl Send for Swapchain
impl !Sync for Swapchain
impl Unpin for Swapchain
impl UnwindSafe for Swapchain
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