pub struct PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceExternalMemoryHostPropertiesEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a>
impl<'a> PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a>
pub fn min_imported_host_pointer_alignment(self, value: u64) -> Self
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'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