pub struct I32Be;Expand description
Big-endian signed 32-bit integer.
Defined as Mapped { inner: Fixed::<4>, mapper: (i32_be_from_bytes, i32_be_to_bytes) }.
Trait Implementations§
Source§impl Consistency for I32Be
impl Consistency for I32Be
Source§impl EquivSerializers for I32Be
impl EquivSerializers for I32Be
Source§impl EquivSerializersGeneral for I32Be
impl EquivSerializersGeneral for I32Be
Source§proof fn lemma_serialize_equiv(&self, v: i32, obuf: Seq<u8>)
proof fn lemma_serialize_equiv(&self, v: i32, obuf: Seq<u8>)
Source§fn equiv_general_inv(&self) -> bool
fn equiv_general_inv(&self) -> bool
Source§impl GoodSerializer for I32Be
impl GoodSerializer for I32Be
Source§proof fn lemma_serialize_len(&self, v: i32)
proof fn lemma_serialize_len(&self, v: i32)
Source§fn serialize_inv(&self) -> bool
fn serialize_inv(&self) -> bool
Source§impl LeafNonMalleable for I32Be
impl LeafNonMalleable for I32Be
Source§proof fn nonmal_leaf_inv(&self)
proof fn nonmal_leaf_inv(&self)
Source§impl MinMaxByteLen for I32Be
impl MinMaxByteLen for I32Be
Source§impl NoLookAhead for I32Be
impl NoLookAhead for I32Be
Source§impl NonMalleable for I32Be
impl NonMalleable for I32Be
Source§proof fn lemma_parse_non_malleable(&self, buf1: Seq<u8>, buf2: Seq<u8>)
proof fn lemma_parse_non_malleable(&self, buf1: Seq<u8>, buf2: Seq<u8>)
Source§fn nonmal_inv(&self) -> bool
fn nonmal_inv(&self) -> bool
Source§impl NonTailFmt for I32Be
impl NonTailFmt for I32Be
Source§proof fn lemma_serialize_dps_prepend(&self, v: i32, obuf: Seq<u8>)
proof fn lemma_serialize_dps_prepend(&self, v: i32, obuf: Seq<u8>)
Source§proof fn lemma_serialize_dps_len(&self, v: i32, obuf: Seq<u8>)
proof fn lemma_serialize_dps_len(&self, v: i32, obuf: Seq<u8>)
Source§fn serialize_dps_inv(&self) -> bool
fn serialize_dps_inv(&self) -> bool
Source§impl Productive for I32Be
impl Productive for I32Be
Source§proof fn lemma_productive(&self, s: Seq<u8>)
proof fn lemma_productive(&self, s: Seq<u8>)
Source§fn productive_inv(&self) -> bool
fn productive_inv(&self) -> bool
Source§impl SPRoundTripDps for I32Be
impl SPRoundTripDps for I32Be
Source§proof fn theorem_serialize_dps_parse_roundtrip(&self, v: i32, obuf: Seq<u8>)
proof fn theorem_serialize_dps_parse_roundtrip(&self, v: i32, obuf: Seq<u8>)
Source§fn unambiguous(&self) -> bool
fn unambiguous(&self) -> bool
Source§impl SafeParser for I32Be
impl SafeParser for I32Be
Source§impl<Output: OutputBuf> Serializer<Output, i32> for I32Be
impl<Output: OutputBuf> Serializer<Output, i32> for I32Be
Source§exec fn serialize_into(&self, v: &i32, obuf: &mut Output)
exec fn serialize_into(&self, v: &i32, obuf: &mut Output)
Source§impl SoundParser for I32Be
impl SoundParser for I32Be
Source§impl SpecByteLen for I32Be
impl SpecByteLen for I32Be
Source§impl SpecParser for I32Be
impl SpecParser for I32Be
Source§impl SpecSerializer for I32Be
impl SpecSerializer for I32Be
Source§impl SpecSerializerDps for I32Be
impl SpecSerializerDps for I32Be
Source§impl StaticByteLen for I32Be
impl StaticByteLen for I32Be
Source§open spec fn static_byte_len() -> nat
open spec fn static_byte_len() -> nat
{ U32_BYTE_LEN as nat }Source§proof fn lemma_static_len_matches_byte_len(&self, v: Self::T)
proof fn lemma_static_len_matches_byte_len(&self, v: Self::T)
Source§impl ValueByteLen for I32Be
impl ValueByteLen for I32Be
Source§open spec fn value_byte_len(_v: Self::T) -> nat
open spec fn value_byte_len(_v: Self::T) -> nat
{ U32_BYTE_LEN as nat }Source§proof fn lemma_value_len_matches_byte_len(&self, v: Self::T)
proof fn lemma_value_len_matches_byte_len(&self, v: Self::T)
impl Copy for I32Be
Auto Trait Implementations§
impl Freeze for I32Be
impl RefUnwindSafe for I32Be
impl Send for I32Be
impl Sync for I32Be
impl Unpin for I32Be
impl UnsafeUnpin for I32Be
impl UnwindSafe for I32Be
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T, VERUS_SPEC__A> FromSpec<T> for VERUS_SPEC__Awhere
VERUS_SPEC__A: From<T>,
impl<T, VERUS_SPEC__A> FromSpec<T> for VERUS_SPEC__Awhere
VERUS_SPEC__A: From<T>,
fn obeys_from_spec() -> bool
fn from_spec(v: T) -> VERUS_SPEC__A
§impl<T, VERUS_SPEC__A> IntoSpec<T> for VERUS_SPEC__Awhere
VERUS_SPEC__A: Into<T>,
impl<T, VERUS_SPEC__A> IntoSpec<T> for VERUS_SPEC__Awhere
VERUS_SPEC__A: Into<T>,
fn obeys_into_spec() -> bool
fn into_spec(self) -> T
§impl<T, U> IntoSpecImpl<U> for Twhere
U: From<T>,
impl<T, U> IntoSpecImpl<U> for Twhere
U: From<T>,
fn obeys_into_spec() -> bool
fn into_spec(self) -> U
Source§impl<C> NonAmbiguous for Cwhere
C: SPRoundTrip,
impl<C> NonAmbiguous for Cwhere
C: SPRoundTrip,
Source§open spec fn nonamb_inv(&self) -> bool
open spec fn nonamb_inv(&self) -> bool
{ self.sp_roundtrip_inv() }Source§proof fn lemma_serialize_injective(
&self,
v1: <C as Consistency>::Val,
v2: <C as Consistency>::Val,
)
proof fn lemma_serialize_injective( &self, v1: <C as Consistency>::Val, v2: <C as Consistency>::Val, )
Source§impl<C> PSRoundTrip for C
impl<C> PSRoundTrip for C
Source§open spec fn ps_roundtrip_inv(&self) -> bool
open spec fn ps_roundtrip_inv(&self) -> bool
{ self.safe_inv() && self.sound_inv() && self.nonmal_inv() && self.sp_roundtrip_inv() }Source§proof fn theorem_parse_serialize_roundtrip(&self, ibuf: Seq<u8>)
proof fn theorem_parse_serialize_roundtrip(&self, ibuf: Seq<u8>)
Source§impl<C> SPRoundTrip for C
impl<C> SPRoundTrip for C
Source§open spec fn sp_roundtrip_inv(&self) -> bool
open spec fn sp_roundtrip_inv(&self) -> bool
{ self.serialize_inv() && self.equiv_inv() && self.unambiguous() }