Home
last modified time | relevance | path

Searched refs:impl_known_layout (Results 1 – 6 of 6) sorted by relevance

/linux/rust/zerocopy/src/util/
H A Dmacros.rs426 macro_rules! impl_known_layout { macro
428 $(impl_known_layout!(@inner const $constvar: $constty, $tyvar $(: ?$optbound)? => $ty);)*
431 $(impl_known_layout!(@inner , $tyvar $(: ?$optbound)? => $ty);)*
433 ($($(#[$attrs:meta])* $ty:ty),*) => { $(impl_known_layout!(@inner , => $(#[$attrs])* $ty);)* };
/linux/rust/zerocopy/src/
H A Dimpls.rs405 impl_known_layout!($atomics);
463 impl_known_layout!(AtomicBool);
612 impl_known_layout!(T => AtomicPtr<T>);
1311 impl_known_layout!($($typ),*);
H A Dwrappers.rs123 impl_known_layout!(T => Unalign<T>);
H A Dlib.rs1103 impl_known_layout!(
1112 impl_known_layout!(
1119 impl_known_layout!(
1129 impl_known_layout!(const N: usize, T => [T; N]);
H A Derror.rs1130 impl_known_layout!(elain::Align::<8>); in alignment_display()
H A Dbyteorder.rs531 impl_known_layout!(O => $name<O>);