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