pub struct SwapchainImage;
Trait Implementations§
Source§impl Borrow<()> for SwapchainImage
impl Borrow<()> for SwapchainImage
Auto Trait Implementations§
impl Freeze for SwapchainImage
impl RefUnwindSafe for SwapchainImage
impl Send for SwapchainImage
impl Sync for SwapchainImage
impl Unpin for SwapchainImage
impl UnwindSafe for SwapchainImage
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