pub struct VkSurface { /* private fields */ }
Expand description
Wrapper for VkSurfaceKHR.
Implementations§
Trait Implementations§
impl Copy for VkSurface
Auto Trait Implementations§
impl Freeze for VkSurface
impl RefUnwindSafe for VkSurface
impl !Send for VkSurface
impl !Sync for VkSurface
impl Unpin for VkSurface
impl UnwindSafe for VkSurface
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