#[repr(C)]pub struct VkResourceDescriptorInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub typ: VkDescriptorType,
pub data: VkResourceDescriptorDataEXT,
}Fields§
§sType: VkStructureType§pNext: *const c_void§typ: VkDescriptorType§data: VkResourceDescriptorDataEXTTrait Implementations§
Source§impl Clone for VkResourceDescriptorInfoEXT
impl Clone for VkResourceDescriptorInfoEXT
Source§fn clone(&self) -> VkResourceDescriptorInfoEXT
fn clone(&self) -> VkResourceDescriptorInfoEXT
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 VkResourceDescriptorInfoEXT
Auto Trait Implementations§
impl Freeze for VkResourceDescriptorInfoEXT
impl RefUnwindSafe for VkResourceDescriptorInfoEXT
impl !Send for VkResourceDescriptorInfoEXT
impl !Sync for VkResourceDescriptorInfoEXT
impl Unpin for VkResourceDescriptorInfoEXT
impl UnwindSafe for VkResourceDescriptorInfoEXT
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