#[repr(C)]pub struct VkBindHeapInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub heapRange: VkDeviceAddressRangeEXT,
pub reservedRangeOffset: VkDeviceSize,
pub reservedRangeSize: VkDeviceSize,
}Fields§
§sType: VkStructureType§pNext: *const c_void§heapRange: VkDeviceAddressRangeEXT§reservedRangeOffset: VkDeviceSize§reservedRangeSize: VkDeviceSizeTrait Implementations§
Source§impl Clone for VkBindHeapInfoEXT
impl Clone for VkBindHeapInfoEXT
Source§fn clone(&self) -> VkBindHeapInfoEXT
fn clone(&self) -> VkBindHeapInfoEXT
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 VkBindHeapInfoEXT
Auto Trait Implementations§
impl Freeze for VkBindHeapInfoEXT
impl RefUnwindSafe for VkBindHeapInfoEXT
impl !Send for VkBindHeapInfoEXT
impl !Sync for VkBindHeapInfoEXT
impl Unpin for VkBindHeapInfoEXT
impl UnwindSafe for VkBindHeapInfoEXT
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