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