Enum furiosa_smi_rs::LinkType
source · pub enum LinkType {
Unknown = 0,
Interconnect = 10,
Cpu = 20,
Bridge = 30,
Noc = 70,
}
Expand description
Represents a device link type
Variants§
Unknown = 0
Unknown link type
Interconnect = 10
Link type under same machine
Cpu = 20
Link type under same cpu
Bridge = 30
Link type under same switch
Noc = 70
Link type under same socket
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinkType
impl RefUnwindSafe for LinkType
impl Send for LinkType
impl Sync for LinkType
impl Unpin for LinkType
impl UnwindSafe for LinkType
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