pub struct BV32(u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
Source§impl PartialOrd for BV32
impl PartialOrd for BV32
impl Copy for BV32
impl Eq for BV32
Auto Trait Implementations§
impl Freeze for BV32
impl RefUnwindSafe for BV32
impl Send for BV32
impl Sync for BV32
impl Unpin for BV32
impl UnwindSafe for BV32
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