Struct cluuname::display_cstr::DisplayCStr [] [src]

pub struct DisplayCStr<'a> { /* fields omitted */ }

Methods

impl<'a> DisplayCStr<'a>
[src]

[src]

Trait Implementations

impl<'a> Debug for DisplayCStr<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> Display for DisplayCStr<'a>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for DisplayCStr<'a>

impl<'a> Sync for DisplayCStr<'a>