Struct vmdl::FixedString
source · pub struct FixedString<const LEN: usize>(/* private fields */);Expand description
Fixed length, null-terminated string
Implementations§
Trait Implementations§
source§impl<const LEN: usize> Clone for FixedString<LEN>
impl<const LEN: usize> Clone for FixedString<LEN>
source§fn clone(&self) -> FixedString<LEN>
fn clone(&self) -> FixedString<LEN>
Returns a copy 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 LEN: usize> Debug for FixedString<LEN>
impl<const LEN: usize> Debug for FixedString<LEN>
source§impl<const LEN: usize> Default for FixedString<LEN>
impl<const LEN: usize> Default for FixedString<LEN>
source§fn default() -> FixedString<LEN>
fn default() -> FixedString<LEN>
Returns the “default value” for a type. Read more
source§impl<const LEN: usize> Display for FixedString<LEN>
impl<const LEN: usize> Display for FixedString<LEN>
impl<const LEN: usize> Copy for FixedString<LEN>
Auto Trait Implementations§
impl<const LEN: usize> RefUnwindSafe for FixedString<LEN>
impl<const LEN: usize> Send for FixedString<LEN>
impl<const LEN: usize> Sync for FixedString<LEN>
impl<const LEN: usize> Unpin for FixedString<LEN>
impl<const LEN: usize> UnwindSafe for FixedString<LEN>
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