Struct bitcoin_compressor::AmountCompression
source · pub struct AmountCompression {}
Expand description
Implementations§
source§impl AmountCompression
impl AmountCompression
pub fn ser<Stream: Write + VarIntWriter>( &mut self, stream: &mut Stream, val: u64 )
pub fn unser<Stream: Read + VarIntReader>( &mut self, stream: &mut Stream, val: &mut u64 )
Auto Trait Implementations§
impl RefUnwindSafe for AmountCompression
impl Send for AmountCompression
impl Sync for AmountCompression
impl Unpin for AmountCompression
impl UnwindSafe for AmountCompression
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