Home
last modified time | relevance | path

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

/rust/pin-init/
A DCONTRIBUTING.md25 problems or just have questions related to `pin-init` in the Linux kernel, you can also ask your
26 questions in the [Rust-for-Linux Zulip](https://rust-for-linux.zulipchat.com/) or see
48 Everything must compile without errors or warnings and all tests must pass after **every commit**.
A DREADME.md54 [`Box<T>`] or any other smart pointer that supports this library).
97 (or just the stack) to actually initialize a `Foo`:
/rust/kernel/device/
A Dproperty.rs619 pub fn or(self, default: T) -> T { in or() method
/rust/kernel/
A Drbtree.rs780 let cursor = next.or(prev).map(|current| Self { in remove_current()

Completed in 24 milliseconds