Struct bitstream_io::write::UnsignedValue [−][src]
pub struct UnsignedValue(_);
Expand description
A generic unsigned value for stream recording purposes
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UnsignedValue
impl Send for UnsignedValue
impl Sync for UnsignedValue
impl Unpin for UnsignedValue
impl UnwindSafe for UnsignedValue