pub struct VulkanExtFrameBoundary {}Expand description
struct for VK_EXT_frame_boundary
Implementations§
Source§impl VulkanExtFrameBoundary
impl VulkanExtFrameBoundary
pub fn new( _instance: VkInstance, _get_instance_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for VulkanExtFrameBoundary
impl Clone for VulkanExtFrameBoundary
Source§fn clone(&self) -> VulkanExtFrameBoundary
fn clone(&self) -> VulkanExtFrameBoundary
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VulkanExtFrameBoundary
Source§impl Debug for VulkanExtFrameBoundary
impl Debug for VulkanExtFrameBoundary
Source§impl Default for VulkanExtFrameBoundary
impl Default for VulkanExtFrameBoundary
Source§fn default() -> VulkanExtFrameBoundary
fn default() -> VulkanExtFrameBoundary
Returns the “default value” for a type. Read more
impl VK_EXT_frame_boundary for VulkanExtFrameBoundary
Auto Trait Implementations§
impl Freeze for VulkanExtFrameBoundary
impl RefUnwindSafe for VulkanExtFrameBoundary
impl Send for VulkanExtFrameBoundary
impl Sync for VulkanExtFrameBoundary
impl Unpin for VulkanExtFrameBoundary
impl UnsafeUnpin for VulkanExtFrameBoundary
impl UnwindSafe for VulkanExtFrameBoundary
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