pub struct DeviceMemoryCopyKHRBuilder<'a> { /* private fields */ }Expand description
Builder for DeviceMemoryCopyKHR with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> DeviceMemoryCopyKHRBuilder<'a>
impl<'a> DeviceMemoryCopyKHRBuilder<'a>
pub fn src_range(self, value: DeviceAddressRangeKHR) -> Self
pub fn src_flags(self, value: AddressCommandFlagsKHR) -> Self
pub fn dst_range(self, value: DeviceAddressRangeKHR) -> Self
pub fn dst_flags(self, value: AddressCommandFlagsKHR) -> Self
Sourcepub fn push_next<T: ExtendsDeviceMemoryCopyKHR>(self, next: &'a mut T) -> Self
pub fn push_next<T: ExtendsDeviceMemoryCopyKHR>(self, next: &'a mut T) -> Self
Prepend a struct to the pNext chain. See DeviceMemoryCopyKHR’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for DeviceMemoryCopyKHRBuilder<'a>
impl<'a> Deref for DeviceMemoryCopyKHRBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for DeviceMemoryCopyKHRBuilder<'a>
impl<'a> RefUnwindSafe for DeviceMemoryCopyKHRBuilder<'a>
impl<'a> !Send for DeviceMemoryCopyKHRBuilder<'a>
impl<'a> !Sync for DeviceMemoryCopyKHRBuilder<'a>
impl<'a> Unpin for DeviceMemoryCopyKHRBuilder<'a>
impl<'a> UnsafeUnpin for DeviceMemoryCopyKHRBuilder<'a>
impl<'a> UnwindSafe for DeviceMemoryCopyKHRBuilder<'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