#[repr(C)]pub struct AUTHZ_SECURITY_ATTRIBUTE_V1 {
pub pName: PWSTR,
pub ValueType: u16,
pub Reserved: u16,
pub Flags: AUTHZ_SECURITY_ATTRIBUTE_FLAGS,
pub ValueCount: u32,
pub Values: AUTHZ_SECURITY_ATTRIBUTE_V1_0,
}
Expand description
Required features: "Win32_Security_Authorization"
Fields
pName: PWSTR
ValueType: u16
Reserved: u16
Flags: AUTHZ_SECURITY_ATTRIBUTE_FLAGS
ValueCount: u32
Values: AUTHZ_SECURITY_ATTRIBUTE_V1_0
Trait Implementations
impl Clone for AUTHZ_SECURITY_ATTRIBUTE_V1
impl Clone for AUTHZ_SECURITY_ATTRIBUTE_V1
impl Copy for AUTHZ_SECURITY_ATTRIBUTE_V1
Auto Trait Implementations
impl RefUnwindSafe for AUTHZ_SECURITY_ATTRIBUTE_V1
impl !Send for AUTHZ_SECURITY_ATTRIBUTE_V1
impl !Sync for AUTHZ_SECURITY_ATTRIBUTE_V1
impl Unpin for AUTHZ_SECURITY_ATTRIBUTE_V1
impl UnwindSafe for AUTHZ_SECURITY_ATTRIBUTE_V1
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