pub struct XenAltP2M { /* private fields */ }
Implementations§
Source§impl XenAltP2M
impl XenAltP2M
pub fn create_view( &self, default_access: MemoryAccess, ) -> Result<XenAltP2MView, XenError>
pub fn reset_view(&self) -> Result<(), XenError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XenAltP2M
impl RefUnwindSafe for XenAltP2M
impl !Send for XenAltP2M
impl !Sync for XenAltP2M
impl Unpin for XenAltP2M
impl UnwindSafe for XenAltP2M
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