#[repr(C)]pub struct VkDeviceAddressRangeEXT {
pub address: VkDeviceAddress,
pub size: VkDeviceSize,
}Fields§
§address: VkDeviceAddress§size: VkDeviceSizeTrait Implementations§
Source§impl Clone for VkDeviceAddressRangeEXT
impl Clone for VkDeviceAddressRangeEXT
Source§fn clone(&self) -> VkDeviceAddressRangeEXT
fn clone(&self) -> VkDeviceAddressRangeEXT
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 VkDeviceAddressRangeEXT
Auto Trait Implementations§
impl Freeze for VkDeviceAddressRangeEXT
impl RefUnwindSafe for VkDeviceAddressRangeEXT
impl Send for VkDeviceAddressRangeEXT
impl Sync for VkDeviceAddressRangeEXT
impl Unpin for VkDeviceAddressRangeEXT
impl UnwindSafe for VkDeviceAddressRangeEXT
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