Struct tar_no_std::StaticCString [−][src]
#[repr(transparent)]pub struct StaticCString<const N: usize>(_);Expand description
A C-String that is stored in a static array. All unused chars must be a NULL-byte.
#[repr(transparent)]pub struct StaticCString<const N: usize>(_);A C-String that is stored in a static array. All unused chars must be a NULL-byte.