pub struct CMTable {
pub table: Box<[[CMTableEntry; 64]; 64]>,
}
Fields§
§table: Box<[[CMTableEntry; 64]; 64]>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CMTable
impl Send for CMTable
impl Sync for CMTable
impl Unpin for CMTable
impl UnwindSafe for CMTable
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