#[repr(C)]pub struct HTTP_SERVICE_CONFIG_URLACL_PARAM {
pub pStringSecurityDescriptor: PWSTR,
}
Expand description
Required features: "Win32_Networking_HttpServer"
Fields
pStringSecurityDescriptor: PWSTR
Trait Implementations
impl Clone for HTTP_SERVICE_CONFIG_URLACL_PARAM
impl Clone for HTTP_SERVICE_CONFIG_URLACL_PARAM
impl Copy for HTTP_SERVICE_CONFIG_URLACL_PARAM
Auto Trait Implementations
impl RefUnwindSafe for HTTP_SERVICE_CONFIG_URLACL_PARAM
impl !Send for HTTP_SERVICE_CONFIG_URLACL_PARAM
impl !Sync for HTTP_SERVICE_CONFIG_URLACL_PARAM
impl Unpin for HTTP_SERVICE_CONFIG_URLACL_PARAM
impl UnwindSafe for HTTP_SERVICE_CONFIG_URLACL_PARAM
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more