Home
last modified time | relevance | path

Searched defs:Option (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/rust/alloc/vec/
Dis_zero.rs106 unsafe impl<T: ?Sized> IsZero for Option<&T> { implementation
113 unsafe impl<T: ?Sized> IsZero for Option<Box<T>> { implementation
/kernel/linux/linux-5.10/Documentation/filesystems/
Dqnx6.rst10 Option chapter
/kernel/linux/linux-6.6/Documentation/filesystems/
Dqnx6.rst10 Option chapter
/kernel/linux/linux-6.6/rust/macros/
Dquote.rs9 impl<T: ToTokens> ToTokens for Option<T> { implementation