Skip to main content

Integer

Type Alias Integer 

Source
pub type Integer = isize;
Expand description

Signed integer type (pointer-sized).

C++ equivalent: NS::Integer (std::intptr_t)

Trait Implementations§

Source§

impl From<ComparisonResult> for Integer

Source§

fn from(value: ComparisonResult) -> Self

Converts to this type from the input type.