pub struct UTTable { /* private fields */ }Expand description
Upper triangular table: Table for looking up at [i,j) (j > i) intervals.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UTTable
impl RefUnwindSafe for UTTable
impl Send for UTTable
impl Sync for UTTable
impl Unpin for UTTable
impl UnwindSafe for UTTable
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