Struct winapi::http::HTTP_SERVER_AUTHENTICATION_BASIC_PARAMS [] [src]

#[repr(C)]
pub struct HTTP_SERVER_AUTHENTICATION_BASIC_PARAMS { pub RealmLength: USHORT, pub Realm: PWSTR, }

Fields

Trait Implementations

impl Debug for HTTP_SERVER_AUTHENTICATION_BASIC_PARAMS
[src]

Formats the value using the given formatter.

impl Copy for HTTP_SERVER_AUTHENTICATION_BASIC_PARAMS
[src]

impl Clone for HTTP_SERVER_AUTHENTICATION_BASIC_PARAMS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more