#[repr(C)]pub struct SystemVolumeLabel<const N: usize = 0> {
pub volume_label: [Char16; N],
}
Fields§
§volume_label: [Char16; N]
Trait Implementations§
Source§impl<const N: usize> Clone for SystemVolumeLabel<N>
impl<const N: usize> Clone for SystemVolumeLabel<N>
Source§fn clone(&self) -> SystemVolumeLabel<N>
fn clone(&self) -> SystemVolumeLabel<N>
Returns a duplicate 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<const N: usize> Debug for SystemVolumeLabel<N>
impl<const N: usize> Debug for SystemVolumeLabel<N>
impl<const N: usize> Copy for SystemVolumeLabel<N>
Auto Trait Implementations§
impl<const N: usize> Freeze for SystemVolumeLabel<N>
impl<const N: usize> RefUnwindSafe for SystemVolumeLabel<N>
impl<const N: usize> Send for SystemVolumeLabel<N>
impl<const N: usize> Sync for SystemVolumeLabel<N>
impl<const N: usize> Unpin for SystemVolumeLabel<N>
impl<const N: usize> UnwindSafe for SystemVolumeLabel<N>
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