pub trait ToCommandBitmap {
    // Required method
    fn to_bitmap(&self) -> u16;
}
Expand description

Trait for casting command options to command bitmaps

Required Methods§

source

fn to_bitmap(&self) -> u16

Returns the command bitmap for the given argument.

Implementors§

source§

impl ToCommandBitmap for ltc681x::ltc6810::CellSelection

source§

impl ToCommandBitmap for ltc681x::ltc6810::GPIOSelection

source§

impl ToCommandBitmap for ltc681x::ltc6811::CellSelection

source§

impl ToCommandBitmap for ltc681x::ltc6811::GPIOSelection

source§

impl ToCommandBitmap for ltc681x::ltc6812::CellSelection

source§

impl ToCommandBitmap for ltc681x::ltc6812::GPIOSelection

source§

impl ToCommandBitmap for ltc681x::ltc6813::CellSelection

source§

impl ToCommandBitmap for ltc681x::ltc6813::GPIOSelection

source§

impl ToCommandBitmap for StatusGroup