API documentation for the Rust `null` fn in crate `std`. ... Examples. use std::ptr; let p: *const i32 = ptr::null(); assert!(p.is_null());Run ...
確定! 回上一頁