Struct furiosa_smi_rs::DeviceFile
source · pub struct DeviceFile { /* private fields */ }
Expand description
A struct for device file
Implementations§
Trait Implementations§
source§impl Clone for DeviceFile
impl Clone for DeviceFile
source§fn clone(&self) -> DeviceFile
fn clone(&self) -> DeviceFile
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DeviceFile
impl Debug for DeviceFile
impl Copy for DeviceFile
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)