#[repr(C)]pub struct RADIUS_VSA_FORMAT {
pub VendorId: [u8; 4],
pub VendorType: u8,
pub VendorLength: u8,
pub AttributeSpecific: [u8; 1],
}
Expand description
Required features: "Win32_NetworkManagement_NetworkPolicyServer"
Fields
VendorId: [u8; 4]
VendorType: u8
VendorLength: u8
AttributeSpecific: [u8; 1]
Trait Implementations
impl Clone for RADIUS_VSA_FORMAT
impl Clone for RADIUS_VSA_FORMAT
impl Copy for RADIUS_VSA_FORMAT
Auto Trait Implementations
impl RefUnwindSafe for RADIUS_VSA_FORMAT
impl Send for RADIUS_VSA_FORMAT
impl Sync for RADIUS_VSA_FORMAT
impl Unpin for RADIUS_VSA_FORMAT
impl UnwindSafe for RADIUS_VSA_FORMAT
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