pub struct SlitEntry {
pub distances: Vec<Vec<u8>>,
}Expand description
Parsed SLIT (System Locality Information Table) data.
Fields§
§distances: Vec<Vec<u8>>Distance matrix: distances[from][to] is the relative distance.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SlitEntry
impl RefUnwindSafe for SlitEntry
impl Send for SlitEntry
impl Sync for SlitEntry
impl Unpin for SlitEntry
impl UnwindSafe for SlitEntry
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)