pub struct burn_drive { /* private fields */ }Expand description
References a physical drive in the system
Trait Implementations§
Source§impl Clone for burn_drive
impl Clone for burn_drive
Source§fn clone(&self) -> burn_drive
fn clone(&self) -> burn_drive
Returns a duplicate 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 burn_drive
impl Debug for burn_drive
impl Copy for burn_drive
Auto Trait Implementations§
impl Freeze for burn_drive
impl RefUnwindSafe for burn_drive
impl Send for burn_drive
impl Sync for burn_drive
impl Unpin for burn_drive
impl UnwindSafe for burn_drive
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