[][src]Trait assembly_core::buffer::MinimallyAligned

pub unsafe trait MinimallyAligned: Sized { }

Asserts that the type has a minimal ABI alignment of 1

Safety

Implementor need to verify that std::mem::align_of::<Self>() == 1

Implementors

impl MinimallyAligned for LEI64[src]

impl MinimallyAligned for LEU16[src]

impl MinimallyAligned for LEU32[src]

Loading content...