#[repr(C)]pub struct PushDataInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub offset: u32,
pub data: HostAddressRangeConstEXT,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PUSH_DATA_INFO_EXT.
p_next: *const c_voidOptional, may be null.
offset: u32§data: HostAddressRangeConstEXTImplementations§
Source§impl PushDataInfoEXT
impl PushDataInfoEXT
Sourcepub fn builder<'a>() -> PushDataInfoEXTBuilder<'a>
pub fn builder<'a>() -> PushDataInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PushDataInfoEXT
impl Clone for PushDataInfoEXT
Source§fn clone(&self) -> PushDataInfoEXT
fn clone(&self) -> PushDataInfoEXT
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 PushDataInfoEXT
impl Debug for PushDataInfoEXT
Source§impl Default for PushDataInfoEXT
impl Default for PushDataInfoEXT
Source§fn default() -> PushDataInfoEXT
fn default() -> PushDataInfoEXT
Returns the “default value” for a type. Read more
impl Copy for PushDataInfoEXT
Auto Trait Implementations§
impl Freeze for PushDataInfoEXT
impl RefUnwindSafe for PushDataInfoEXT
impl !Send for PushDataInfoEXT
impl !Sync for PushDataInfoEXT
impl Unpin for PushDataInfoEXT
impl UnsafeUnpin for PushDataInfoEXT
impl UnwindSafe for PushDataInfoEXT
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