#[repr(C)]pub struct VkDescriptorAddressInfoEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub address: VkDeviceAddress,
pub range: VkDeviceSize,
pub format: VkFormat,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§address: VkDeviceAddress
§range: VkDeviceSize
§format: VkFormat
Trait Implementations§
Source§impl Clone for VkDescriptorAddressInfoEXT
impl Clone for VkDescriptorAddressInfoEXT
Source§fn clone(&self) -> VkDescriptorAddressInfoEXT
fn clone(&self) -> VkDescriptorAddressInfoEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkDescriptorAddressInfoEXT
impl Default for VkDescriptorAddressInfoEXT
impl Copy for VkDescriptorAddressInfoEXT
Auto Trait Implementations§
impl Freeze for VkDescriptorAddressInfoEXT
impl RefUnwindSafe for VkDescriptorAddressInfoEXT
impl !Send for VkDescriptorAddressInfoEXT
impl !Sync for VkDescriptorAddressInfoEXT
impl Unpin for VkDescriptorAddressInfoEXT
impl UnwindSafe for VkDescriptorAddressInfoEXT
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