#[repr(C)]pub struct MicromapVersionInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_version_data: *const u8,
}Expand description
VkMicromapVersionInfoEXT
Provided by VK_EXT_opacity_micromap.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_MICROMAP_VERSION_INFO_EXT.
p_next: *const c_voidOptional, may be null.
p_version_data: *const u8Implementations§
Source§impl MicromapVersionInfoEXT
impl MicromapVersionInfoEXT
Sourcepub fn builder<'a>() -> MicromapVersionInfoEXTBuilder<'a>
pub fn builder<'a>() -> MicromapVersionInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for MicromapVersionInfoEXT
impl Clone for MicromapVersionInfoEXT
Source§fn clone(&self) -> MicromapVersionInfoEXT
fn clone(&self) -> MicromapVersionInfoEXT
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 MicromapVersionInfoEXT
impl Debug for MicromapVersionInfoEXT
Source§impl Default for MicromapVersionInfoEXT
impl Default for MicromapVersionInfoEXT
impl Copy for MicromapVersionInfoEXT
Auto Trait Implementations§
impl Freeze for MicromapVersionInfoEXT
impl RefUnwindSafe for MicromapVersionInfoEXT
impl !Send for MicromapVersionInfoEXT
impl !Sync for MicromapVersionInfoEXT
impl Unpin for MicromapVersionInfoEXT
impl UnsafeUnpin for MicromapVersionInfoEXT
impl UnwindSafe for MicromapVersionInfoEXT
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