Struct safe_token_2022::pod::PodI64
source · #[repr(transparent)]pub struct PodI64(_);
Expand description
i64
type that can be used in Pod
s
Trait Implementations§
source§impl PartialEq<PodI64> for PodI64
impl PartialEq<PodI64> for PodI64
impl Copy for PodI64
impl Pod for PodI64
impl StructuralPartialEq for PodI64
Auto Trait Implementations§
impl RefUnwindSafe for PodI64
impl Send for PodI64
impl Sync for PodI64
impl Unpin for PodI64
impl UnwindSafe for PodI64
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
.