pub struct VulkanExtNonSeamlessCubeMap {}Expand description
struct for VK_EXT_non_seamless_cube_map
Implementations§
Source§impl VulkanExtNonSeamlessCubeMap
impl VulkanExtNonSeamlessCubeMap
pub fn new( _instance: VkInstance, _get_instance_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for VulkanExtNonSeamlessCubeMap
impl Clone for VulkanExtNonSeamlessCubeMap
Source§fn clone(&self) -> VulkanExtNonSeamlessCubeMap
fn clone(&self) -> VulkanExtNonSeamlessCubeMap
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 VulkanExtNonSeamlessCubeMap
Source§impl Debug for VulkanExtNonSeamlessCubeMap
impl Debug for VulkanExtNonSeamlessCubeMap
Source§impl Default for VulkanExtNonSeamlessCubeMap
impl Default for VulkanExtNonSeamlessCubeMap
Source§fn default() -> VulkanExtNonSeamlessCubeMap
fn default() -> VulkanExtNonSeamlessCubeMap
Returns the “default value” for a type. Read more
impl VK_EXT_non_seamless_cube_map for VulkanExtNonSeamlessCubeMap
Auto Trait Implementations§
impl Freeze for VulkanExtNonSeamlessCubeMap
impl RefUnwindSafe for VulkanExtNonSeamlessCubeMap
impl Send for VulkanExtNonSeamlessCubeMap
impl Sync for VulkanExtNonSeamlessCubeMap
impl Unpin for VulkanExtNonSeamlessCubeMap
impl UnsafeUnpin for VulkanExtNonSeamlessCubeMap
impl UnwindSafe for VulkanExtNonSeamlessCubeMap
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