pub struct WireMap(pub Vec<u64>);
Tuple Fields§
§0: Vec<u64>
Trait Implementations§
impl Eq for WireMap
impl StructuralPartialEq for WireMap
Auto Trait Implementations§
impl Freeze for WireMap
impl RefUnwindSafe for WireMap
impl Send for WireMap
impl Sync for WireMap
impl Unpin for WireMap
impl UnwindSafe for WireMap
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