[][src]Function uapi::assert_packed

pub unsafe fn assert_packed<T: ?Sized>(t: &T) -> &AssertPacked<T>

Asserts that T is Packed

Safety

T must follow the Packed contract.