Struct windows_sys::Win32::NetworkManagement::NetworkPolicyServer::RADIUS_EXTENSION_CONTROL_BLOCK
[−]#[repr(C)]pub struct RADIUS_EXTENSION_CONTROL_BLOCK {
pub cbSize: u32,
pub dwVersion: u32,
pub repPoint: RADIUS_EXTENSION_POINT,
pub rcRequestType: RADIUS_CODE,
pub rcResponseType: RADIUS_CODE,
pub GetRequest: isize,
pub GetResponse: isize,
pub SetResponseType: isize,
}
Expand description
Required features: "Win32_NetworkManagement_NetworkPolicyServer"
Fields
cbSize: u32
dwVersion: u32
repPoint: RADIUS_EXTENSION_POINT
rcRequestType: RADIUS_CODE
rcResponseType: RADIUS_CODE
GetRequest: isize
GetResponse: isize
SetResponseType: isize
Trait Implementations
impl Clone for RADIUS_EXTENSION_CONTROL_BLOCK
impl Clone for RADIUS_EXTENSION_CONTROL_BLOCK
impl Copy for RADIUS_EXTENSION_CONTROL_BLOCK
Auto Trait Implementations
impl RefUnwindSafe for RADIUS_EXTENSION_CONTROL_BLOCK
impl Send for RADIUS_EXTENSION_CONTROL_BLOCK
impl Sync for RADIUS_EXTENSION_CONTROL_BLOCK
impl Unpin for RADIUS_EXTENSION_CONTROL_BLOCK
impl UnwindSafe for RADIUS_EXTENSION_CONTROL_BLOCK
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