Struct winapi::hstring::HSTRING_HEADER [] [src]

pub struct HSTRING_HEADER {
    pub Reserved: [PVOID; 0],
    pub Reserved2: [c_char; 20],
}

Fields

Reserved: [PVOID; 0] Reserved2: [c_char; 20]

Methods

impl HSTRING_HEADER
[src]

unsafe fn Reserved1(&self) -> &PVOID

unsafe fn Reserved1_mut(&mut self) -> &mut PVOID

Trait Implementations

impl Debug for HSTRING_HEADER
[src]

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

Formats the value using the given formatter.

impl Copy for HSTRING_HEADER
[src]

impl Clone for HSTRING_HEADER
[src]

fn clone(&self) -> HSTRING_HEADER

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