pub struct U24BeMapper;Trait Implementations§
Source§impl LosslessMapper for U24BeMapper
impl LosslessMapper for U24BeMapper
Source§proof fn lemma_lossless_mapper(&self, i: Self::In)
proof fn lemma_lossless_mapper(&self, i: Self::In)
Source§proof fn lemma_mapper_wf_in_out(&self, i: Self::In)
proof fn lemma_mapper_wf_in_out(&self, i: Self::In)
Source§impl LossyMapper for U24BeMapper
impl LossyMapper for U24BeMapper
Source§proof fn lemma_sound_mapper(&self, o: Self::Out)
proof fn lemma_sound_mapper(&self, o: Self::Out)
Source§proof fn lemma_mapper_wf_out_in(&self, o: Self::Out)
proof fn lemma_mapper_wf_out_in(&self, o: Self::Out)
Source§impl SpecMapper for U24BeMapper
impl SpecMapper for U24BeMapper
Auto Trait Implementations§
impl Freeze for U24BeMapper
impl RefUnwindSafe for U24BeMapper
impl Send for U24BeMapper
impl Sync for U24BeMapper
impl Unpin for U24BeMapper
impl UnsafeUnpin for U24BeMapper
impl UnwindSafe for U24BeMapper
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