pub struct ZigZag<F: BinaryFormat>(/* private fields */);Expand description
ZigZag transformation wrapper for signed integers.
Trait Implementations§
Source§impl<F: BinaryFormat> BinaryFormat for ZigZag<F>
impl<F: BinaryFormat> BinaryFormat for ZigZag<F>
Auto Trait Implementations§
impl<F> Freeze for ZigZag<F>
impl<F> RefUnwindSafe for ZigZag<F>where
F: RefUnwindSafe,
impl<F> Send for ZigZag<F>where
F: Send,
impl<F> Sync for ZigZag<F>where
F: Sync,
impl<F> Unpin for ZigZag<F>where
F: Unpin,
impl<F> UnsafeUnpin for ZigZag<F>
impl<F> UnwindSafe for ZigZag<F>where
F: UnwindSafe,
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