pub struct ShimPhysUnencryptedAddr<U>(/* private fields */);
Expand description
Address in the shim virtual address space
Implementations§
Trait Implementations§
Source§impl<U: Clone> Clone for ShimPhysUnencryptedAddr<U>
impl<U: Clone> Clone for ShimPhysUnencryptedAddr<U>
Source§fn clone(&self) -> ShimPhysUnencryptedAddr<U>
fn clone(&self) -> ShimPhysUnencryptedAddr<U>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<U> TryFrom<*const U> for ShimPhysUnencryptedAddr<U>
impl<U> TryFrom<*const U> for ShimPhysUnencryptedAddr<U>
Source§impl<U> TryFrom<ShimVirtAddr<U>> for ShimPhysUnencryptedAddr<U>
impl<U> TryFrom<ShimVirtAddr<U>> for ShimPhysUnencryptedAddr<U>
impl<U: Copy> Copy for ShimPhysUnencryptedAddr<U>
Auto Trait Implementations§
impl<U> Freeze for ShimPhysUnencryptedAddr<U>
impl<U> RefUnwindSafe for ShimPhysUnencryptedAddr<U>where
U: RefUnwindSafe,
impl<U> Send for ShimPhysUnencryptedAddr<U>where
U: Send,
impl<U> Sync for ShimPhysUnencryptedAddr<U>where
U: Sync,
impl<U> Unpin for ShimPhysUnencryptedAddr<U>where
U: Unpin,
impl<U> UnwindSafe for ShimPhysUnencryptedAddr<U>where
U: UnwindSafe,
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