pub type Alarm = u32;
Trait Implementations§
source§impl<C: RequestConnection> From<&AlarmWrapper<C>> for Alarm
impl<C: RequestConnection> From<&AlarmWrapper<C>> for Alarm
source§fn from(from: &AlarmWrapper<C>) -> Self
fn from(from: &AlarmWrapper<C>) -> Self
Converts to this type from the input type.