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
impl From<ComparisonResult> for Integer
Source§fn from(value: ComparisonResult) -> Self
fn from(value: ComparisonResult) -> Self
Converts to this type from the input type.