Struct winapi::http::HTTP_SERVER_PROPERTY [] [src]

#[repr(C)]
pub struct HTTP_SERVER_PROPERTY(pub u32);

Trait Implementations

impl Clone for HTTP_SERVER_PROPERTY
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HTTP_SERVER_PROPERTY
[src]

impl Debug for HTTP_SERVER_PROPERTY
[src]

Formats the value using the given formatter.

impl Eq for HTTP_SERVER_PROPERTY
[src]

impl Hash for HTTP_SERVER_PROPERTY
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for HTTP_SERVER_PROPERTY
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.