Type Definition slipstream::mask::m16

source ·
pub type m16 = MaskWrapper<u16>;

Trait Implementations§

source§

impl Mask for m16

source§

const TRUE: Self = _

A constant specifying the true value of the type. Read more
source§

const FALSE: Self = _

The false value of the type. Read more
source§

fn bool(self) -> bool

Converts the type to bool.
source§

fn from_bool(v: bool) -> Self

Converts the type from bool.