Struct hvdef::hypercall::AcceptMemoryType
source · #[repr(transparent)]pub struct AcceptMemoryType(pub u32);
Tuple Fields§
§0: u32
Implementations§
source§impl AcceptMemoryType
impl AcceptMemoryType
pub const ANY: AcceptMemoryType = _
pub const RAM: AcceptMemoryType = _
Trait Implementations§
source§impl Clone for AcceptMemoryType
impl Clone for AcceptMemoryType
source§fn clone(&self) -> AcceptMemoryType
fn clone(&self) -> AcceptMemoryType
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 Debug for AcceptMemoryType
impl Debug for AcceptMemoryType
source§impl Hash for AcceptMemoryType
impl Hash for AcceptMemoryType
source§impl Ord for AcceptMemoryType
impl Ord for AcceptMemoryType
source§fn cmp(&self, other: &AcceptMemoryType) -> Ordering
fn cmp(&self, other: &AcceptMemoryType) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for AcceptMemoryType
impl PartialEq for AcceptMemoryType
source§impl PartialOrd for AcceptMemoryType
impl PartialOrd for AcceptMemoryType
impl Copy for AcceptMemoryType
impl Eq for AcceptMemoryType
impl StructuralPartialEq for AcceptMemoryType
Auto Trait Implementations§
impl Freeze for AcceptMemoryType
impl RefUnwindSafe for AcceptMemoryType
impl Send for AcceptMemoryType
impl Sync for AcceptMemoryType
impl Unpin for AcceptMemoryType
impl UnwindSafe for AcceptMemoryType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)