Struct Amount
shuttle_core
pub struct Amount { /* fields omitted */ }
impl Amount
fn from_i64(v: i64) -> Amount
fn to_i64(&self) -> i64
impl<W: Write> Pack<W> for Amount
fn pack(&self, out: &mut W) -> Result<usize>