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,
}
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
§fn clone(&self) -> POLICY_ELEMENT
fn clone(&self) -> POLICY_ELEMENT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for POLICY_ELEMENT
Auto Trait Implementations§
impl Freeze for POLICY_ELEMENT
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)