Struct FileSystemVolumeLabel Copy item path Source #[repr(C)]
pub struct FileSystemVolumeLabel {
pub volume_label: [Char16 ; 0],
}
The null-terminated label of the volume.
Note that this field is actually a variable-length array. In order to
avoid making this struct a DST, the field is represented as a
zero-length array here.
Formats the value using the given formatter.
Read more Immutably borrows from an owned value.
Read more Mutably borrows from an owned value.
Read more Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
[From]<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.