Type Alias rasn_smi::v2::Counter32

source ·
pub type Counter32 = Counter;

Aliased Type§

struct Counter32(pub u32);

Fields§

§0: u32

Trait Implementations§

source§

impl TryFrom<ObjectSyntax> for Counter32

§

type Error = InvalidVariant

The type returned in the event of a conversion error.
source§

fn try_from(value: ObjectSyntax) -> Result<Self, Self::Error>

Performs the conversion.