pub struct MicromapCreateInfoEXTBuilder<'a> { /* private fields */ }Expand description
Builder for MicromapCreateInfoEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> MicromapCreateInfoEXTBuilder<'a>
impl<'a> MicromapCreateInfoEXTBuilder<'a>
pub fn create_flags(self, value: MicromapCreateFlagsEXT) -> Self
pub fn buffer(self, value: Buffer) -> Self
pub fn offset(self, value: u64) -> Self
pub fn size(self, value: u64) -> Self
pub fn type(self, value: MicromapTypeEXT) -> Self
pub fn device_address(self, value: u64) -> Self
Sourcepub fn push_next<T: ExtendsMicromapCreateInfoEXT>(self, next: &'a mut T) -> Self
pub fn push_next<T: ExtendsMicromapCreateInfoEXT>(self, next: &'a mut T) -> Self
Prepend a struct to the pNext chain. See MicromapCreateInfoEXT’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for MicromapCreateInfoEXTBuilder<'a>
impl<'a> Deref for MicromapCreateInfoEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for MicromapCreateInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for MicromapCreateInfoEXTBuilder<'a>
impl<'a> !Send for MicromapCreateInfoEXTBuilder<'a>
impl<'a> !Sync for MicromapCreateInfoEXTBuilder<'a>
impl<'a> Unpin for MicromapCreateInfoEXTBuilder<'a>
impl<'a> UnsafeUnpin for MicromapCreateInfoEXTBuilder<'a>
impl<'a> UnwindSafe for MicromapCreateInfoEXTBuilder<'a>
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