Struct r_efi_alloc::global::Attachment
source · pub struct Attachment<'alloc, 'bridge> { /* private fields */ }Expand description
Bridge Attachment
This type represents the attachment of an allocator to a bridge. It is
returned by the attach() operation of a bridge. This type has no exposed
API other than a custom drop() implementation, which releases the
attachment.