Struct winapi::winnt::SLIST_ENTRY
[−]
[src]
pub struct SLIST_ENTRY {
pub Next: *mut SLIST_ENTRY,
}Fields
Next |
Trait Implementations
impl Copy for SLIST_ENTRY[src]
impl Clone for SLIST_ENTRY[src]
fn clone(&self) -> SLIST_ENTRY
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more