Struct bitstream_io::write::UnsignedValue
source · pub struct UnsignedValue(_);
Expand description
A generic unsigned value for stream recording purposes
Trait Implementations
sourceimpl From<i128> for UnsignedValue
impl From<i128> for UnsignedValue
sourceimpl From<i16> for UnsignedValue
impl From<i16> for UnsignedValue
sourceimpl From<i32> for UnsignedValue
impl From<i32> for UnsignedValue
sourceimpl From<i64> for UnsignedValue
impl From<i64> for UnsignedValue
sourceimpl From<i8> for UnsignedValue
impl From<i8> for UnsignedValue
sourceimpl From<u128> for UnsignedValue
impl From<u128> for UnsignedValue
sourceimpl From<u16> for UnsignedValue
impl From<u16> for UnsignedValue
sourceimpl From<u32> for UnsignedValue
impl From<u32> for UnsignedValue
sourceimpl From<u64> for UnsignedValue
impl From<u64> for UnsignedValue
Auto Trait Implementations
impl RefUnwindSafe for UnsignedValue
impl Send for UnsignedValue
impl Sync for UnsignedValue
impl Unpin for UnsignedValue
impl UnwindSafe for UnsignedValue
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more