#[repr(C)]pub struct MicromapCreateInfoEXT {
pub sType: StructureType,
pub pNext: *const c_void,
pub createFlags: MicromapCreateFlagsEXT,
pub buffer: Buffer,
pub offset: DeviceSize,
pub size: DeviceSize,
pub typ: MicromapTypeEXT,
pub deviceAddress: DeviceAddress,
}Fields§
§sType: StructureType§pNext: *const c_void§createFlags: MicromapCreateFlagsEXT§buffer: Buffer§offset: DeviceSize§size: DeviceSize§typ: MicromapTypeEXT§deviceAddress: DeviceAddressTrait Implementations§
Source§impl Clone for MicromapCreateInfoEXT
impl Clone for MicromapCreateInfoEXT
Source§fn clone(&self) -> MicromapCreateInfoEXT
fn clone(&self) -> MicromapCreateInfoEXT
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 MicromapCreateInfoEXT
Auto Trait Implementations§
impl Freeze for MicromapCreateInfoEXT
impl RefUnwindSafe for MicromapCreateInfoEXT
impl !Send for MicromapCreateInfoEXT
impl !Sync for MicromapCreateInfoEXT
impl Unpin for MicromapCreateInfoEXT
impl UnwindSafe for MicromapCreateInfoEXT
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