pub struct VolumeName { /* private fields */ }Expand description
The name given to a particular FAT formatted volume.
Implementations§
Source§impl VolumeName
 
impl VolumeName
Sourcepub fn new(data: [u8; 11]) -> VolumeName
 
pub fn new(data: [u8; 11]) -> VolumeName
Create a new VolumeName
Trait Implementations§
Source§impl Clone for VolumeName
 
impl Clone for VolumeName
Source§fn clone(&self) -> VolumeName
 
fn clone(&self) -> VolumeName
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 VolumeName
 
impl Debug for VolumeName
Source§impl PartialEq for VolumeName
 
impl PartialEq for VolumeName
impl Eq for VolumeName
impl StructuralPartialEq for VolumeName
Auto Trait Implementations§
impl Freeze for VolumeName
impl RefUnwindSafe for VolumeName
impl Send for VolumeName
impl Sync for VolumeName
impl Unpin for VolumeName
impl UnwindSafe for VolumeName
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