pub struct DifferenceFormatter {
pub shift: u64,
}
Fields§
§shift: u64
Implementations§
source§impl DifferenceFormatter
impl DifferenceFormatter
pub fn ser<Stream, I>(&mut self, s: &mut Stream, v: I)
pub fn unser<Stream, I>(&mut self, s: &mut Stream, v: &mut I)
Trait Implementations§
source§impl Default for DifferenceFormatter
impl Default for DifferenceFormatter
source§fn default() -> DifferenceFormatter
fn default() -> DifferenceFormatter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DifferenceFormatter
impl Send for DifferenceFormatter
impl Sync for DifferenceFormatter
impl Unpin for DifferenceFormatter
impl UnwindSafe for DifferenceFormatter
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more