Type Alias sep2_common::packages::types::PENType
source · pub type PENType = Uint32;
Expand description
IANA Private Enterprise Number (PEN)
Aliased Type§
struct PENType(pub u32);
Fields§
§0: u32
Implementations§
Trait Implementations§
source§impl Ord for Uint32
impl Ord for Uint32
source§impl PartialEq<Uint32> for Uint32
impl PartialEq<Uint32> for Uint32
source§impl PartialOrd<Uint32> for Uint32
impl PartialOrd<Uint32> for Uint32
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more