Home
last modified time | relevance | path

Searched defs:slf (Results 1 – 6 of 6) sorted by relevance

/linux/rust/zerocopy/src/
H A Dimpls.rs1095 let slf = slf.as_non_null().as_ptr(); localVariable
1641 fn test_as_bytes<'slf, 't>(&'slf self, t: &'t ReadOnly<T>) -> Option<&'t [u8]>; in test_impls()
1646 fn test_as_bytes<'slf, 't>(&'slf self, t: &'t ReadOnly<T>) -> Option<&'t [u8]> { in test_impls()
H A Dbyteorder.rs1095 let slf = (!self.is_nan()).then(|| self); in assert_eq_or_nan() localVariable
1126 let slf = (!self.get().is_nan()).then(|| self); in assert_eq_or_nan() localVariable
H A Dlib.rs3536 let slf: *mut Self = self; in zero() localVariable
5753 let slf: *const Self = self; in as_bytes() localVariable
5829 let slf: *mut Self = self; in as_mut_bytes() localVariable
H A Dwrappers.rs359 slf: *mut Unalign<T>, in update() field
/linux/rust/zerocopy-derive/derive/
H A Dknown_layout.rs77 let slf = trailing.as_ptr() as *mut Self; in derive_known_layout_for_repr_c_struct() localVariable
H A Dtry_from_bytes.rs510 let slf = slf.as_ptr(); in derive_has_field_struct_union() localVariable