Primitive sway_libs::u16

u16
Expand description
16-bit unsigned integer

Trait Implementations

pub fn try_from(value: I16) -> Option<Self>

pub fn try_into(self) -> Option<I16>