#[repr(C)]pub struct VkPushDataInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub offset: u32,
pub data: VkHostAddressRangeConstEXT,
}Fields§
§sType: VkStructureType§pNext: *const c_void§offset: u32§data: VkHostAddressRangeConstEXTTrait Implementations§
Source§impl Clone for VkPushDataInfoEXT
impl Clone for VkPushDataInfoEXT
Source§fn clone(&self) -> VkPushDataInfoEXT
fn clone(&self) -> VkPushDataInfoEXT
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 VkPushDataInfoEXT
Auto Trait Implementations§
impl Freeze for VkPushDataInfoEXT
impl RefUnwindSafe for VkPushDataInfoEXT
impl !Send for VkPushDataInfoEXT
impl !Sync for VkPushDataInfoEXT
impl Unpin for VkPushDataInfoEXT
impl UnwindSafe for VkPushDataInfoEXT
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