Struct safe_token_2022::pod::PodU16
source · #[repr(transparent)]pub struct PodU16(_);
Expand description
u16
type that can be used in Pod
s
Trait Implementations§
source§impl PartialEq<PodU16> for PodU16
impl PartialEq<PodU16> for PodU16
impl Copy for PodU16
impl Pod for PodU16
impl StructuralPartialEq for PodU16
Auto Trait Implementations§
impl RefUnwindSafe for PodU16
impl Send for PodU16
impl Sync for PodU16
impl Unpin for PodU16
impl UnwindSafe for PodU16
Blanket Implementations§
source§impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
impl<T> CheckedBitPattern for Twhere T: AnyBitPattern,
§type Bits = T
type Bits = T
Self
must have the same layout as the specified Bits
except for
the possible invalid bit patterns being checked during
is_valid_bit_pattern
.source§fn is_valid_bit_pattern(_bits: &T) -> bool
fn is_valid_bit_pattern(_bits: &T) -> bool
If this function returns true, then it must be valid to reinterpret
bits
as &Self
.