#[repr(C)]pub struct CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE {
pub pValue: PVOID,
pub ValueLength: DWORD,
}
Fields
pValue: PVOID
ValueLength: DWORD
Trait Implementations
sourceimpl Clone for CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE
impl Clone for CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE
sourcefn clone(&self) -> CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE
fn clone(&self) -> CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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