Struct windows_sys::Win32::Networking::WindowsWebServices::WS_REQUEST_SECURITY_TOKEN_PROPERTY_CONSTRAINT
#[repr(C)]pub struct WS_REQUEST_SECURITY_TOKEN_PROPERTY_CONSTRAINT {
pub id: WS_REQUEST_SECURITY_TOKEN_PROPERTY_ID,
pub allowedValues: *mut c_void,
pub allowedValuesSize: u32,
pub out: WS_REQUEST_SECURITY_TOKEN_PROPERTY_CONSTRAINT_0,
}Fields§
§id: WS_REQUEST_SECURITY_TOKEN_PROPERTY_ID§allowedValues: *mut c_void§allowedValuesSize: u32§out: WS_REQUEST_SECURITY_TOKEN_PROPERTY_CONSTRAINT_0Trait Implementations§
impl Copy for WS_REQUEST_SECURITY_TOKEN_PROPERTY_CONSTRAINT
Auto Trait Implementations§
impl RefUnwindSafe for WS_REQUEST_SECURITY_TOKEN_PROPERTY_CONSTRAINT
impl !Send for WS_REQUEST_SECURITY_TOKEN_PROPERTY_CONSTRAINT
impl !Sync for WS_REQUEST_SECURITY_TOKEN_PROPERTY_CONSTRAINT
impl Unpin for WS_REQUEST_SECURITY_TOKEN_PROPERTY_CONSTRAINT
impl UnwindSafe for WS_REQUEST_SECURITY_TOKEN_PROPERTY_CONSTRAINT
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