Struct windows_native::ntregapi::VR_GET_VIRTUAL_ROOT_RESULT
source ยท #[repr(C)]pub struct VR_GET_VIRTUAL_ROOT_RESULT {
pub Key: HANDLE,
}Fieldsยง
ยงKey: HANDLETrait Implementationsยง
sourceยงimpl Debug for VR_GET_VIRTUAL_ROOT_RESULT
impl Debug for VR_GET_VIRTUAL_ROOT_RESULT
Auto Trait Implementationsยง
impl RefUnwindSafe for VR_GET_VIRTUAL_ROOT_RESULT
impl Send for VR_GET_VIRTUAL_ROOT_RESULT
impl Sync for VR_GET_VIRTUAL_ROOT_RESULT
impl Unpin for VR_GET_VIRTUAL_ROOT_RESULT
impl UnwindSafe for VR_GET_VIRTUAL_ROOT_RESULT
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