pub struct DynamicBackingPackingEnvelope { /* private fields */ }Implementations§
Source§impl DynamicBackingPackingEnvelope
impl DynamicBackingPackingEnvelope
pub fn pool_id(&self) -> &DynamicBackingPoolId
pub const fn domain_id(&self) -> CapacityDomainId
pub fn claim_bytes_descending(&self) -> &[u64]
Trait Implementations§
Source§impl Clone for DynamicBackingPackingEnvelope
impl Clone for DynamicBackingPackingEnvelope
Source§fn clone(&self) -> DynamicBackingPackingEnvelope
fn clone(&self) -> DynamicBackingPackingEnvelope
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for DynamicBackingPackingEnvelope
impl StructuralPartialEq for DynamicBackingPackingEnvelope
Auto Trait Implementations§
impl Freeze for DynamicBackingPackingEnvelope
impl RefUnwindSafe for DynamicBackingPackingEnvelope
impl Send for DynamicBackingPackingEnvelope
impl Sync for DynamicBackingPackingEnvelope
impl Unpin for DynamicBackingPackingEnvelope
impl UnsafeUnpin for DynamicBackingPackingEnvelope
impl UnwindSafe for DynamicBackingPackingEnvelope
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