Type Alias Alarm
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.