#[repr(C)]pub struct CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE {
pub pValue: *mut c_void,
pub ValueLength: u32,
}
Expand description
Required features: "Win32_Security"
Fields
pValue: *mut c_void
ValueLength: u32
Trait Implementations
impl Copy for CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE
Auto Trait Implementations
impl RefUnwindSafe for CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE
impl !Send for CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE
impl !Sync for CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE
impl Unpin for CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE
impl UnwindSafe for CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE
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