Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dlayout.rs1657 let slc_field_ptr = addr_of_slice_field(ptr).as_ptr(); in test_validate_rust_layout() localVariable
1662 unsafe { slc_field_ptr.byte_offset_from(ptr.as_ptr()).try_into().unwrap() }; in test_validate_rust_layout()