[−][src]Trait assembly_core::buffer::MinimallyAligned
Asserts that the type has a minimal ABI alignment of 1
Safety
Implementor need to verify that std::mem::align_of::<Self>() == 1
Asserts that the type has a minimal ABI alignment of 1
Implementor need to verify that std::mem::align_of::<Self>() == 1
impl MinimallyAligned for LEI64[src]impl MinimallyAligned for LEU16[src]impl MinimallyAligned for LEU32[src]