Home
last modified time | relevance | path

Searched refs:for_repr_c_struct (Results 1 – 3 of 3) sorted by relevance

/linux/rust/zerocopy-derive/derive/
H A Dknown_layout.rs112 … const LAYOUT: #zerocopy_crate::DstLayout = #zerocopy_crate::DstLayout::for_repr_c_struct( in derive_known_layout_for_repr_c_struct()
/linux/rust/zerocopy/src/util/
H A Dmacro_util.rs351 let layout = $crate::DstLayout::for_repr_c_struct(
/linux/rust/zerocopy/src/
H A Dlayout.rs280 pub const fn for_repr_c_struct( in for_repr_c_struct() method