Type Alias wlan_common::UnalignedView

source ·
pub type UnalignedView<B, T> = Ref<B, Unalign<T>>;

Aliased Type§

struct UnalignedView<B, T>(/* private fields */);