Struct winapi::http::HTTP_PROPERTY_FLAGS [] [src]

pub struct HTTP_PROPERTY_FLAGS {
    pub BitFields: ULONG,
}

Fields

BitFields: ULONG

Methods

impl HTTP_PROPERTY_FLAGS
[src]

fn Present(&self) -> ULONG

fn set_Present(&mut self, val: ULONG)

Trait Implementations

impl Debug for HTTP_PROPERTY_FLAGS
[src]

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

Formats the value using the given formatter.

impl Copy for HTTP_PROPERTY_FLAGS
[src]

impl Clone for HTTP_PROPERTY_FLAGS
[src]

fn clone(&self) -> HTTP_PROPERTY_FLAGS

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