Struct composable_allocators::freelist::FixedCtLimit
source · pub struct FixedCtLimit<const LIMIT: usize> { /* private fields */ }Trait Implementations§
source§impl<const LIMIT: usize> ConstDefault for FixedCtLimit<LIMIT>
impl<const LIMIT: usize> ConstDefault for FixedCtLimit<LIMIT>
const fn default_const() -> Self
impl<const LIMIT: usize> LimitParam for FixedCtLimit<LIMIT>
Auto Trait Implementations§
impl<const LIMIT: usize> !RefUnwindSafe for FixedCtLimit<LIMIT>
impl<const LIMIT: usize> Send for FixedCtLimit<LIMIT>
impl<const LIMIT: usize> !Sync for FixedCtLimit<LIMIT>
impl<const LIMIT: usize> Unpin for FixedCtLimit<LIMIT>
impl<const LIMIT: usize> UnwindSafe for FixedCtLimit<LIMIT>
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