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