#[repr(C)]pub struct VkImageStencilUsageCreateInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub stencilUsage: VkImageUsageFlags,
}Fields§
§sType: VkStructureType§pNext: *const c_void§stencilUsage: VkImageUsageFlagsTrait Implementations§
Source§impl Clone for VkImageStencilUsageCreateInfoEXT
impl Clone for VkImageStencilUsageCreateInfoEXT
Source§fn clone(&self) -> VkImageStencilUsageCreateInfoEXT
fn clone(&self) -> VkImageStencilUsageCreateInfoEXT
Returns a duplicate 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 Copy for VkImageStencilUsageCreateInfoEXT
Auto Trait Implementations§
impl Freeze for VkImageStencilUsageCreateInfoEXT
impl RefUnwindSafe for VkImageStencilUsageCreateInfoEXT
impl !Send for VkImageStencilUsageCreateInfoEXT
impl !Sync for VkImageStencilUsageCreateInfoEXT
impl Unpin for VkImageStencilUsageCreateInfoEXT
impl UnwindSafe for VkImageStencilUsageCreateInfoEXT
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