pub struct DeviceAllocationPermit<'a> { /* private fields */ }Implementations§
Source§impl<'a> DeviceAllocationPermit<'a>
impl<'a> DeviceAllocationPermit<'a>
pub fn identity(&self) -> &ResourceTransactionIdentity
pub fn admission(&self) -> &StaticProvisioningBinding
pub fn reservation(&self) -> &ResourceReservation
pub fn request(&self) -> &BufferRequest
pub fn resource_id(&self) -> &ResourceId
pub const fn generation(&self) -> u64
pub fn into_request(self) -> &'a BufferRequest
Auto Trait Implementations§
impl<'a> Freeze for DeviceAllocationPermit<'a>
impl<'a> RefUnwindSafe for DeviceAllocationPermit<'a>
impl<'a> Send for DeviceAllocationPermit<'a>
impl<'a> Sync for DeviceAllocationPermit<'a>
impl<'a> Unpin for DeviceAllocationPermit<'a>
impl<'a> UnsafeUnpin for DeviceAllocationPermit<'a>
impl<'a> UnwindSafe for DeviceAllocationPermit<'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