Home
last modified time | relevance | path

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

/linux-6.6.21/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
/linux-6.6.21/Documentation/filesystems/
Dqnx6.rst10 Option chapter
/linux-6.6.21/rust/macros/
Dquote.rs9 impl<T: ToTokens> ToTokens for Option<T> { implementation