Enum postform_rtt::RttMode[][src]

pub enum RttMode {
    NonBlocking,
    Blocking,
}

Selects the execution mode for RTT in the target.

Variants

NonBlocking

The target does not block when the buffer is full, overflowing it.

Blocking

The target blocks until the buffer is ready to receive more data.

Trait Implementations

impl Debug for RttMode[src]

Auto Trait Implementations

impl RefUnwindSafe for RttMode

impl Send for RttMode

impl Sync for RttMode

impl Unpin for RttMode

impl UnwindSafe for RttMode

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<D> OwoColorize for D

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.