#[repr(C)]pub struct FileSystemVolumeLabel {
pub volume_label: [Char16; 0],
}
Fields§
§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.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileSystemVolumeLabel
impl RefUnwindSafe for FileSystemVolumeLabel
impl Send for FileSystemVolumeLabel
impl Sync for FileSystemVolumeLabel
impl Unpin for FileSystemVolumeLabel
impl UnwindSafe for FileSystemVolumeLabel
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