Enum libc::Nullable[src]
pub enum Nullable<T> {
Null,
Some(T),
}A wrapper for a nullable pointer. Don't use this except for interacting with libc. Basically Option, but without the dependence on libstd.
Variants
Null | |
Some |
pub enum Nullable<T> {
Null,
Some(T),
}A wrapper for a nullable pointer. Don't use this except for interacting with libc. Basically Option, but without the dependence on libstd.
Null | |
Some |
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).