Struct istring::Inline[][src]

#[repr(C)]
pub struct Inline { pub data: [u8; 23], pub len: u8, }

Fields

Trait Implementations

impl Copy for Inline
[src]

impl Clone for Inline
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Inline

impl Sync for Inline