Struct ntapi::ntexapi::HV_DETAILS
source · [−]Fields
Data: [ULONG; 4]
Trait Implementations
sourceimpl Clone for HV_DETAILS
impl Clone for HV_DETAILS
sourcefn clone(&self) -> HV_DETAILS
fn clone(&self) -> HV_DETAILS
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 HV_DETAILS
Auto Trait Implementations
impl RefUnwindSafe for HV_DETAILS
impl Send for HV_DETAILS
impl Sync for HV_DETAILS
impl Unpin for HV_DETAILS
impl UnwindSafe for HV_DETAILS
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