Struct furiosa_smi_rs::DeviceFile
source · pub struct DeviceFile { /* private fields */ }
Expand description
A struct for device file
Implementations§
Auto Trait Implementations§
impl Freeze for DeviceFile
impl RefUnwindSafe for DeviceFile
impl Send for DeviceFile
impl Sync for DeviceFile
impl Unpin for DeviceFile
impl UnwindSafe for DeviceFile
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