Struct ash::vk::MicromapVersionInfoEXT
source · #[repr(C)]pub struct MicromapVersionInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_version_data: *const [u8; 32],
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§p_version_data: *const [u8; 32]
Implementations§
source§impl MicromapVersionInfoEXT
impl MicromapVersionInfoEXT
pub fn builder<'a>() -> MicromapVersionInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for MicromapVersionInfoEXT
impl Clone for MicromapVersionInfoEXT
source§fn clone(&self) -> MicromapVersionInfoEXT
fn clone(&self) -> MicromapVersionInfoEXT
Returns a copy 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
source§impl TaggedStructure for MicromapVersionInfoEXT
impl TaggedStructure for MicromapVersionInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::MICROMAP_VERSION_INFO_EXT
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 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