pub struct AllocationRangeClaim {
pub authority: String,
pub mode: MemoryManagerRangeMode,
}Expand description
AllocationRangeClaim
Current range policy metadata. A range claim is not a stable-key binding, historical ownership claim, or permission to open a memory handle.
Fields§
Declaring range authority.
mode: MemoryManagerRangeModeWhether the range requires an explicit reserved-slot policy decision.
Trait Implementations§
Source§impl Clone for AllocationRangeClaim
impl Clone for AllocationRangeClaim
Source§fn clone(&self) -> AllocationRangeClaim
fn clone(&self) -> AllocationRangeClaim
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 moreSource§impl Debug for AllocationRangeClaim
impl Debug for AllocationRangeClaim
impl Eq for AllocationRangeClaim
Source§impl PartialEq for AllocationRangeClaim
impl PartialEq for AllocationRangeClaim
Source§impl Serialize for AllocationRangeClaim
impl Serialize for AllocationRangeClaim
impl StructuralPartialEq for AllocationRangeClaim
Auto Trait Implementations§
impl Freeze for AllocationRangeClaim
impl RefUnwindSafe for AllocationRangeClaim
impl Send for AllocationRangeClaim
impl Sync for AllocationRangeClaim
impl Unpin for AllocationRangeClaim
impl UnsafeUnpin for AllocationRangeClaim
impl UnwindSafe for AllocationRangeClaim
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