pub struct SwapchainImage { /* private fields */ }Implementations§
Source§impl SwapchainImage
impl SwapchainImage
pub fn dimensions(&self) -> ImageDimensions
Trait Implementations§
Source§impl DeviceOwned for SwapchainImage
impl DeviceOwned for SwapchainImage
Source§impl ImageAccess for SwapchainImage
impl ImageAccess for SwapchainImage
fn handle(&self) -> Image
fn dimensions(&self) -> ImageDimensions
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