pub enum PoolInfoAttr {
Segment,
GlobalFlags,
Size,
RuntimeAllocAllowed,
Granule,
Alignment,
AccessibleByAll,
AllocMaxSize,
Location,
RecGranule,
}Variants§
Segment
GlobalFlags
Size
RuntimeAllocAllowed
Granule
Alignment
AccessibleByAll
AllocMaxSize
Location
RecGranule
Trait Implementations§
Source§impl Clone for PoolInfoAttr
impl Clone for PoolInfoAttr
Source§fn clone(&self) -> PoolInfoAttr
fn clone(&self) -> PoolInfoAttr
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 Copy for PoolInfoAttr
Source§impl Debug for PoolInfoAttr
impl Debug for PoolInfoAttr
impl Eq for PoolInfoAttr
Source§impl PartialEq for PoolInfoAttr
impl PartialEq for PoolInfoAttr
impl StructuralPartialEq for PoolInfoAttr
Auto Trait Implementations§
impl Freeze for PoolInfoAttr
impl RefUnwindSafe for PoolInfoAttr
impl Send for PoolInfoAttr
impl Sync for PoolInfoAttr
impl Unpin for PoolInfoAttr
impl UnsafeUnpin for PoolInfoAttr
impl UnwindSafe for PoolInfoAttr
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