[][src]Function uapi::assert_pod

pub unsafe fn assert_pod<T: ?Sized>(t: &mut T) -> &mut AssertPod<T>

Asserts that T is Pod

Safety

T must follow the Pod contract.