Enum data_models::Short[][src]

pub enum Short {}
Expand description

Short represents the short C type. It is required to be at least 16-bits.

Example

use data_models::*;
let model = DataModel::LP64;
let p = model.size_of::<Short>();
assert_eq!(p, 2);

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.