pub struct Count;Expand description
Marker for whole-count graph wires.
Trait Implementations§
impl Copy for Count
impl NumericWireDomain for Count
Source§impl WireDomain for Count
impl WireDomain for Count
Source§const DOMAIN: SignalDomain = SignalDomain::Count
const DOMAIN: SignalDomain = SignalDomain::Count
Runtime domain enforced by helpers that accept this wire.
Auto Trait Implementations§
impl Freeze for Count
impl RefUnwindSafe for Count
impl Send for Count
impl Sync for Count
impl Unpin for Count
impl UnsafeUnpin for Count
impl UnwindSafe for Count
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