Struct windows_native::ntregapi::VR_GET_VIRTUAL_ROOT
source ยท #[repr(C)]pub struct VR_GET_VIRTUAL_ROOT {
pub Job: HANDLE,
pub Index: u32,
}Fieldsยง
ยงJob: HANDLEยงIndex: u32Trait Implementationsยง
sourceยงimpl Debug for VR_GET_VIRTUAL_ROOT
impl Debug for VR_GET_VIRTUAL_ROOT
Auto Trait Implementationsยง
impl RefUnwindSafe for VR_GET_VIRTUAL_ROOT
impl Send for VR_GET_VIRTUAL_ROOT
impl Sync for VR_GET_VIRTUAL_ROOT
impl Unpin for VR_GET_VIRTUAL_ROOT
impl UnwindSafe for VR_GET_VIRTUAL_ROOT
Blanket Implementationsยง
sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more