#[repr(C)]pub struct HostAddressRangeConstEXT {
pub address: *const c_void,
pub size: usize,
}Expand description
VkHostAddressRangeConstEXT
Provided by VK_EXT_descriptor_heap.
Fields§
§address: *const c_void§size: usizeLength of address.
Implementations§
Source§impl HostAddressRangeConstEXT
impl HostAddressRangeConstEXT
Sourcepub fn builder<'a>() -> HostAddressRangeConstEXTBuilder<'a>
pub fn builder<'a>() -> HostAddressRangeConstEXTBuilder<'a>
Start building this struct.
Trait Implementations§
Source§impl Clone for HostAddressRangeConstEXT
impl Clone for HostAddressRangeConstEXT
Source§fn clone(&self) -> HostAddressRangeConstEXT
fn clone(&self) -> HostAddressRangeConstEXT
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 HostAddressRangeConstEXT
Source§impl Debug for HostAddressRangeConstEXT
impl Debug for HostAddressRangeConstEXT
Auto Trait Implementations§
impl !Send for HostAddressRangeConstEXT
impl !Sync for HostAddressRangeConstEXT
impl Freeze for HostAddressRangeConstEXT
impl RefUnwindSafe for HostAddressRangeConstEXT
impl Unpin for HostAddressRangeConstEXT
impl UnsafeUnpin for HostAddressRangeConstEXT
impl UnwindSafe for HostAddressRangeConstEXT
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