Struct windows_sys::Win32::Security::Cryptography::POLICY_ELEMENT
#[repr(C)]pub struct POLICY_ELEMENT {
pub targetEndpointAddress: PCWSTR,
pub issuerEndpointAddress: PCWSTR,
pub issuedTokenParameters: PCWSTR,
pub privacyNoticeLink: PCWSTR,
pub privacyNoticeVersion: u32,
pub useManagedPresentation: BOOL,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§targetEndpointAddress: PCWSTR
§issuerEndpointAddress: PCWSTR
§issuedTokenParameters: PCWSTR
§privacyNoticeLink: PCWSTR
§privacyNoticeVersion: u32
§useManagedPresentation: BOOL
Trait Implementations§
§impl Clone for POLICY_ELEMENT
impl Clone for POLICY_ELEMENT
impl Copy for POLICY_ELEMENT
Auto Trait Implementations§
impl RefUnwindSafe for POLICY_ELEMENT
impl !Send for POLICY_ELEMENT
impl !Sync for POLICY_ELEMENT
impl Unpin for POLICY_ELEMENT
impl UnwindSafe for POLICY_ELEMENT
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more