Struct winapi::http::HTTP_DATA_CHUNK_FromFragmentCache [] [src]

pub struct HTTP_DATA_CHUNK_FromFragmentCache {
    pub FragmentNameLength: USHORT,
    pub pFragmentName: PCWSTR,
}

Fields

FragmentNameLength: USHORT pFragmentName: PCWSTR

Trait Implementations

impl Debug for HTTP_DATA_CHUNK_FromFragmentCache
[src]

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

Formats the value using the given formatter.

impl Copy for HTTP_DATA_CHUNK_FromFragmentCache
[src]

impl Clone for HTTP_DATA_CHUNK_FromFragmentCache
[src]

fn clone(&self) -> HTTP_DATA_CHUNK_FromFragmentCache

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