Struct ash::vk::KhrDisplaySwapchainFn
source · pub struct KhrDisplaySwapchainFn {
pub create_shared_swapchains_khr: PFN_vkCreateSharedSwapchainsKHR,
}
Fields§
Implementations§
Trait Implementations§
source§impl Clone for KhrDisplaySwapchainFn
impl Clone for KhrDisplaySwapchainFn
source§fn clone(&self) -> KhrDisplaySwapchainFn
fn clone(&self) -> KhrDisplaySwapchainFn
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Send for KhrDisplaySwapchainFn
impl Sync for KhrDisplaySwapchainFn
Auto Trait Implementations§
impl RefUnwindSafe for KhrDisplaySwapchainFn
impl Unpin for KhrDisplaySwapchainFn
impl UnwindSafe for KhrDisplaySwapchainFn
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