pub struct SoftSlabLimit(/* private fields */);Expand description
A userspace allocation limit bounded by the kernel hard limit.
Implementations§
Trait Implementations§
Source§impl Clone for SoftSlabLimit
impl Clone for SoftSlabLimit
impl Copy for SoftSlabLimit
Source§impl Debug for SoftSlabLimit
impl Debug for SoftSlabLimit
impl Eq for SoftSlabLimit
Source§impl Hash for SoftSlabLimit
impl Hash for SoftSlabLimit
Source§impl Ord for SoftSlabLimit
impl Ord for SoftSlabLimit
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for SoftSlabLimit
impl PartialEq for SoftSlabLimit
Source§impl PartialOrd for SoftSlabLimit
impl PartialOrd for SoftSlabLimit
impl StructuralPartialEq for SoftSlabLimit
Auto Trait Implementations§
impl Freeze for SoftSlabLimit
impl RefUnwindSafe for SoftSlabLimit
impl Send for SoftSlabLimit
impl Sync for SoftSlabLimit
impl Unpin for SoftSlabLimit
impl UnsafeUnpin for SoftSlabLimit
impl UnwindSafe for SoftSlabLimit
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