Struct composable_allocators::freelist::FixedCtLimit
source · [−]pub struct FixedCtLimit<const LIMIT: usize> { /* private fields */ }Trait Implementations
sourceimpl<const LIMIT: usize> Default for FixedCtLimit<LIMIT>
impl<const LIMIT: usize> Default for FixedCtLimit<LIMIT>
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more