Type Definition slipstream::mask::msize

source ·
pub type msize = MaskWrapper<usize>;

Trait Implementations§

source§

impl Mask for msize

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.