pub struct DeviceAllocationReceipt<'commit> { /* private fields */ }Implementations§
Source§impl DeviceAllocationReceipt<'_>
impl DeviceAllocationReceipt<'_>
pub fn resource_id(&self) -> &ResourceId
pub const fn generation(&self) -> u64
pub fn descriptor(&self) -> &BufferDescriptor
Auto Trait Implementations§
impl<'commit> !UnwindSafe for DeviceAllocationReceipt<'commit>
impl<'commit> Freeze for DeviceAllocationReceipt<'commit>
impl<'commit> RefUnwindSafe for DeviceAllocationReceipt<'commit>
impl<'commit> Send for DeviceAllocationReceipt<'commit>
impl<'commit> Sync for DeviceAllocationReceipt<'commit>
impl<'commit> Unpin for DeviceAllocationReceipt<'commit>
impl<'commit> UnsafeUnpin for DeviceAllocationReceipt<'commit>
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