pub struct XenDomainId(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
Source§impl Clone for XenDomainId
impl Clone for XenDomainId
Source§fn clone(&self) -> XenDomainId
fn clone(&self) -> XenDomainId
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 XenDomainId
impl Debug for XenDomainId
Source§impl From<XenDomainId> for u32
impl From<XenDomainId> for u32
Source§fn from(value: XenDomainId) -> Self
fn from(value: XenDomainId) -> Self
Converts to this type from the input type.
Source§impl From<u32> for XenDomainId
impl From<u32> for XenDomainId
Source§impl Hash for XenDomainId
impl Hash for XenDomainId
Source§impl Ord for XenDomainId
impl Ord for XenDomainId
Source§fn cmp(&self, other: &XenDomainId) -> Ordering
fn cmp(&self, other: &XenDomainId) -> 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 XenDomainId
impl PartialEq for XenDomainId
Source§impl PartialOrd for XenDomainId
impl PartialOrd for XenDomainId
impl Copy for XenDomainId
impl Eq for XenDomainId
impl StructuralPartialEq for XenDomainId
Auto Trait Implementations§
impl Freeze for XenDomainId
impl RefUnwindSafe for XenDomainId
impl Send for XenDomainId
impl Sync for XenDomainId
impl Unpin for XenDomainId
impl UnwindSafe for XenDomainId
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