pub struct UInt<Msbs: Unsigned, Lsb: Bit>(/* private fields */);Expand description
Uint is represented as a list of bits.
Trait Implementations§
Auto Trait Implementations§
impl<Msbs, Lsb> Freeze for UInt<Msbs, Lsb>
impl<Msbs, Lsb> RefUnwindSafe for UInt<Msbs, Lsb>where
Msbs: RefUnwindSafe,
Lsb: RefUnwindSafe,
impl<Msbs, Lsb> Send for UInt<Msbs, Lsb>
impl<Msbs, Lsb> Sync for UInt<Msbs, Lsb>
impl<Msbs, Lsb> Unpin for UInt<Msbs, Lsb>
impl<Msbs, Lsb> UnwindSafe for UInt<Msbs, Lsb>where
Msbs: UnwindSafe,
Lsb: 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