#[repr(C)]pub struct VkHostAddressRangeEXT {
pub address: *mut c_void,
pub size: usize,
}Fields§
§address: *mut c_void§size: usizeTrait Implementations§
Source§impl Clone for VkHostAddressRangeEXT
impl Clone for VkHostAddressRangeEXT
Source§fn clone(&self) -> VkHostAddressRangeEXT
fn clone(&self) -> VkHostAddressRangeEXT
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 VkHostAddressRangeEXT
Auto Trait Implementations§
impl Freeze for VkHostAddressRangeEXT
impl RefUnwindSafe for VkHostAddressRangeEXT
impl !Send for VkHostAddressRangeEXT
impl !Sync for VkHostAddressRangeEXT
impl Unpin for VkHostAddressRangeEXT
impl UnwindSafe for VkHostAddressRangeEXT
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