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§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§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§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
)Source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.