Struct winapi::um::winnt::RTL_RUN_ONCE
source · #[repr(C)]pub struct RTL_RUN_ONCE {
pub Ptr: PVOID,
}
Fields§
§Ptr: PVOID
Trait Implementations§
source§impl Clone for RTL_RUN_ONCE
impl Clone for RTL_RUN_ONCE
source§fn clone(&self) -> RTL_RUN_ONCE
fn clone(&self) -> RTL_RUN_ONCE
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for RTL_RUN_ONCE
impl Default for RTL_RUN_ONCE
source§fn default() -> RTL_RUN_ONCE
fn default() -> RTL_RUN_ONCE
Returns the “default value” for a type. Read more