pub struct RegisterPage(pub *mut hv_vp_register_page);Tuple Fields§
§0: *mut hv_vp_register_pageTrait Implementations§
Source§impl Debug for RegisterPage
impl Debug for RegisterPage
impl Send for RegisterPage
impl Sync for RegisterPage
Auto Trait Implementations§
impl Freeze for RegisterPage
impl RefUnwindSafe for RegisterPage
impl Unpin for RegisterPage
impl UnsafeUnpin for RegisterPage
impl UnwindSafe for RegisterPage
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