#[repr(C)]pub struct HostAddressRangeEXT {
pub address: *mut c_void,
pub size: usize,
}Expand description
VkHostAddressRangeEXT
Provided by VK_EXT_descriptor_heap.
Fields§
§address: *mut c_void§size: usizeLength of address.
Implementations§
Source§impl HostAddressRangeEXT
impl HostAddressRangeEXT
Sourcepub fn builder<'a>() -> HostAddressRangeEXTBuilder<'a>
pub fn builder<'a>() -> HostAddressRangeEXTBuilder<'a>
Start building this struct.
Trait Implementations§
Source§impl Clone for HostAddressRangeEXT
impl Clone for HostAddressRangeEXT
Source§fn clone(&self) -> HostAddressRangeEXT
fn clone(&self) -> HostAddressRangeEXT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HostAddressRangeEXT
Source§impl Debug for HostAddressRangeEXT
impl Debug for HostAddressRangeEXT
Auto Trait Implementations§
impl !Send for HostAddressRangeEXT
impl !Sync for HostAddressRangeEXT
impl Freeze for HostAddressRangeEXT
impl RefUnwindSafe for HostAddressRangeEXT
impl Unpin for HostAddressRangeEXT
impl UnsafeUnpin for HostAddressRangeEXT
impl UnwindSafe for HostAddressRangeEXT
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