#[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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HostAddressRangeConstEXT
impl Debug for HostAddressRangeConstEXT
Source§impl Default for HostAddressRangeConstEXT
impl Default for HostAddressRangeConstEXT
impl Copy for HostAddressRangeConstEXT
Auto Trait Implementations§
impl Freeze for HostAddressRangeConstEXT
impl RefUnwindSafe for HostAddressRangeConstEXT
impl !Send for HostAddressRangeConstEXT
impl !Sync 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