pub struct HeapDepartedInterfaceTable { /* private fields */ }Trait Implementations§
Source§impl Debug for HeapDepartedInterfaceTable
impl Debug for HeapDepartedInterfaceTable
Source§impl Default for HeapDepartedInterfaceTable
impl Default for HeapDepartedInterfaceTable
Source§fn default() -> HeapDepartedInterfaceTable
fn default() -> HeapDepartedInterfaceTable
Returns the “default value” for a type. Read more
Source§impl DepartedInterfaceTable for HeapDepartedInterfaceTable
impl DepartedInterfaceTable for HeapDepartedInterfaceTable
fn capacity(&self) -> usize
fn len(&self) -> usize
fn interfaces(&self) -> &[InterfaceId]
fn warm_untils(&self) -> &[InstantMillis]
fn push(&mut self, entry: DepartedInterface)
fn swap_remove(&mut self, index: usize)
fn is_empty(&self) -> bool
Auto Trait Implementations§
impl Freeze for HeapDepartedInterfaceTable
impl RefUnwindSafe for HeapDepartedInterfaceTable
impl Send for HeapDepartedInterfaceTable
impl Sync for HeapDepartedInterfaceTable
impl Unpin for HeapDepartedInterfaceTable
impl UnsafeUnpin for HeapDepartedInterfaceTable
impl UnwindSafe for HeapDepartedInterfaceTable
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