Struct cortex_m::itm::Aligned[][src]

#[repr(align(4))]
pub struct Aligned<T: ?Sized>(pub T);
Expand description

A wrapper type that aligns its contents on a 4-Byte boundary.

ITM transfers are most efficient when the data is 4-Byte-aligned. This type provides an easy way to accomplish and enforce such an alignment.

Tuple Fields

0: T

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.