Home
last modified time | relevance | path

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

/rust/pin-init/examples/
A Dstatic_init.rs30 present: Cell<bool>, field
42 present: Cell::new(false), in new()
50 if self.present.get() { in deref()
57 if self.present.get() { in deref()
66 self.present.set(true); in deref()
/rust/pin-init/
A DCONTRIBUTING.md40 a CI with lots of tests not present in the kernel. However, patches are also accepted (though not
41 preferred). Do note that there are some files that are only present in the GitHub repository such as
70 Some of these rules can be ignored if the change is done solely to files that are not present in the

Completed in 3 milliseconds