pub enum EvtchnPortType {
closed,
unbound,
interdomain,
pirq,
virq,
ipi,
}Variants§
Trait Implementations§
Source§impl Clone for EvtchnPortType
impl Clone for EvtchnPortType
Source§fn clone(&self) -> EvtchnPortType
fn clone(&self) -> EvtchnPortType
Returns a duplicate 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 EvtchnPortType
impl Debug for EvtchnPortType
Source§impl<'de> Deserialize<'de> for EvtchnPortType
impl<'de> Deserialize<'de> for EvtchnPortType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Enum for EvtchnPortType
impl Enum for EvtchnPortType
Source§impl FromStr for EvtchnPortType
impl FromStr for EvtchnPortType
Source§impl Hash for EvtchnPortType
impl Hash for EvtchnPortType
Source§impl Ord for EvtchnPortType
impl Ord for EvtchnPortType
Source§fn cmp(&self, other: &EvtchnPortType) -> Ordering
fn cmp(&self, other: &EvtchnPortType) -> 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 EvtchnPortType
impl PartialEq for EvtchnPortType
Source§impl PartialOrd for EvtchnPortType
impl PartialOrd for EvtchnPortType
Source§impl Serialize for EvtchnPortType
impl Serialize for EvtchnPortType
impl Copy for EvtchnPortType
impl Eq for EvtchnPortType
impl StructuralPartialEq for EvtchnPortType
Auto Trait Implementations§
impl Freeze for EvtchnPortType
impl RefUnwindSafe for EvtchnPortType
impl Send for EvtchnPortType
impl Sync for EvtchnPortType
impl Unpin for EvtchnPortType
impl UnwindSafe for EvtchnPortType
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