Enum furiosa_smi_rs::Arch
source · pub enum Arch {
Warboy = 0,
Rngd = 1,
RngdMax = 2,
RngdS = 3,
}
Expand description
Represents a architecture type of device
Variants§
Warboy = 0
Warboy architecture
Rngd = 1
RNGD architecture
RngdMax = 2
RNGD-Max architecture
RngdS = 3
RNGD-S architecture
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Arch
impl RefUnwindSafe for Arch
impl Send for Arch
impl Sync for Arch
impl Unpin for Arch
impl UnwindSafe for Arch
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