[][src]Trait uapi::Packed

pub unsafe trait Packed { }

Marker trait for types without padding

Safety

Types that implement this must not have padding bytes

Implementations on Foreign Types

impl<T: Packed> Packed for [T][src]

impl<T> Packed for *const T[src]

impl<T> Packed for *mut T[src]

impl Packed for u8[src]

impl Packed for u16[src]

impl Packed for u32[src]

impl Packed for u64[src]

impl Packed for u128[src]

impl Packed for usize[src]

impl Packed for i8[src]

impl Packed for i16[src]

impl Packed for i32[src]

impl Packed for i64[src]

impl Packed for i128[src]

impl Packed for isize[src]

Loading content...

Implementors

impl Packed for Fd[src]

impl Packed for OwnedFd[src]

impl<T: ?Sized> Packed for AssertPacked<T>[src]

Loading content...