Struct winapi::winnt::RTL_RUN_ONCE [] [src]

pub struct RTL_RUN_ONCE {
    pub Ptr: PVOID,
}

Fields

Ptr: PVOID

Trait Implementations

impl Debug for RTL_RUN_ONCE
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for RTL_RUN_ONCE
[src]

impl Clone for RTL_RUN_ONCE
[src]

fn clone(&self) -> RTL_RUN_ONCE

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