Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/
H A Dtypes.rs244 init_func(Self::raw_get(slot)); in ffi_init()
259 pub const fn raw_get(this: *const Self) -> *mut T { in raw_get() method
260 UnsafeCell::raw_get(this.cast::<UnsafeCell<MaybeUninit<T>>>()).cast::<T>() in raw_get()