MCPcopy Create free account
hub / github.com/chirpstack/chirpstack / ChMask

Class ChMask

lrwn/src/cflist.rs:154–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152#[derive(Debug, PartialEq, Eq, Clone, Copy)]
153#[cfg_attr(feature = "serde", derive(Serialize))]
154pub struct ChMask([bool; 16]);
155
156impl ChMask {
157 const SIZE: usize = 2;

Callers 2

newMethod · 0.85
from_bytesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected