Struct winapi::LIST_ENTRY64
[-] [+]
[src]
pub struct LIST_ENTRY64 {
pub Flink: ULONGLONG,
pub Blink: ULONGLONG,
}Fields
Flink | |
Blink |
pub struct LIST_ENTRY64 {
pub Flink: ULONGLONG,
pub Blink: ULONGLONG,
}Flink | |
Blink |
impl Debug for LIST_ENTRY64impl Copy for LIST_ENTRY64impl Clone for LIST_ENTRY64fn clone(&self) -> LIST_ENTRY64fn clone_from(&mut self, source: &Self)
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, enum,
trait, typedef (or
tdef).