pub struct U24LeMapper;Trait Implementations§
Source§impl LosslessMapper for U24LeMapper
impl LosslessMapper for U24LeMapper
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 U24LeMapper
impl LossyMapper for U24LeMapper
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 U24LeMapper
impl SpecMapper for U24LeMapper
Auto Trait Implementations§
impl Freeze for U24LeMapper
impl RefUnwindSafe for U24LeMapper
impl Send for U24LeMapper
impl Sync for U24LeMapper
impl Unpin for U24LeMapper
impl UnsafeUnpin for U24LeMapper
impl UnwindSafe for U24LeMapper
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