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