pub struct CircuitPythonBoard {
pub path: PathBuf,
pub name: String,
pub volume_label: Option<String>,
pub total_space: u64,
pub available_space: u64,
}Fields§
§path: PathBuf§name: String§volume_label: Option<String>§total_space: u64§available_space: u64Implementations§
Trait Implementations§
Source§impl Clone for CircuitPythonBoard
impl Clone for CircuitPythonBoard
Source§fn clone(&self) -> CircuitPythonBoard
fn clone(&self) -> CircuitPythonBoard
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CircuitPythonBoard
impl RefUnwindSafe for CircuitPythonBoard
impl Send for CircuitPythonBoard
impl Sync for CircuitPythonBoard
impl Unpin for CircuitPythonBoard
impl UnwindSafe for CircuitPythonBoard
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