Struct windows_sys::Win32::System::CorrelationVector::CORRELATION_VECTOR
[−]Expand description
Required features: "Win32_System_CorrelationVector"
, "Win32_Foundation"
Fields
Version: CHAR
Vector: [CHAR; 129]
Trait Implementations
impl Clone for CORRELATION_VECTOR
impl Clone for CORRELATION_VECTOR
impl Copy for CORRELATION_VECTOR
Auto Trait Implementations
impl RefUnwindSafe for CORRELATION_VECTOR
impl Send for CORRELATION_VECTOR
impl Sync for CORRELATION_VECTOR
impl Unpin for CORRELATION_VECTOR
impl UnwindSafe for CORRELATION_VECTOR
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