Enum rust_hdl::widgets::synchronizer::SyncSenderState [−][src]
pub enum SyncSenderState {
Idle,
WaitAck,
WaitDone,
}
Variants
Idle
WaitAck
WaitDone
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SyncSenderState
impl Send for SyncSenderState
impl Sync for SyncSenderState
impl Unpin for SyncSenderState
impl UnwindSafe for SyncSenderState
Blanket Implementations
Mutably borrows from an owned value. Read more