#[repr(C)]pub struct WS_SECURITY_PROPERTY {
pub id: WS_SECURITY_PROPERTY_ID,
pub value: *mut c_void,
pub valueSize: u32,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields
id: WS_SECURITY_PROPERTY_ID
value: *mut c_void
valueSize: u32
Trait Implementations
impl Clone for WS_SECURITY_PROPERTY
impl Clone for WS_SECURITY_PROPERTY
impl Copy for WS_SECURITY_PROPERTY
Auto Trait Implementations
impl RefUnwindSafe for WS_SECURITY_PROPERTY
impl !Send for WS_SECURITY_PROPERTY
impl !Sync for WS_SECURITY_PROPERTY
impl Unpin for WS_SECURITY_PROPERTY
impl UnwindSafe for WS_SECURITY_PROPERTY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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