Struct allegro_sys::utf8::__al_tagbstring [] [src]

#[repr(C)]
pub struct __al_tagbstring { pub mlen: c_int, pub slen: c_int, pub data: *mut c_uchar, }

Fields

Trait Implementations

impl Copy for __al_tagbstring
[src]

impl Clone for __al_tagbstring
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more