Struct bwapi_sys::TextSize[][src]

#[repr(C)]
pub struct TextSize { pub size: c_int, }

Fields

Trait Implementations

impl Copy for TextSize
[src]

impl Clone for TextSize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TextSize

impl Sync for TextSize