Enum simics_api_sys::bindings::eth_probe_side_t
source · #[repr(u32)]pub enum eth_probe_side_t {
Eth_Probe_Port_A = 0,
Eth_Probe_Port_B = 1,
}
Expand description
Variants§
Trait Implementations§
source§impl Clone for eth_probe_side_t
impl Clone for eth_probe_side_t
source§fn clone(&self) -> eth_probe_side_t
fn clone(&self) -> eth_probe_side_t
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 eth_probe_side_t
impl Debug for eth_probe_side_t
source§impl Hash for eth_probe_side_t
impl Hash for eth_probe_side_t
source§impl Ord for eth_probe_side_t
impl Ord for eth_probe_side_t
source§fn cmp(&self, other: ð_probe_side_t) -> Ordering
fn cmp(&self, other: ð_probe_side_t) -> 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 eth_probe_side_t
impl PartialEq for eth_probe_side_t
source§impl PartialOrd for eth_probe_side_t
impl PartialOrd for eth_probe_side_t
impl Copy for eth_probe_side_t
impl Eq for eth_probe_side_t
impl StructuralPartialEq for eth_probe_side_t
Auto Trait Implementations§
impl Freeze for eth_probe_side_t
impl RefUnwindSafe for eth_probe_side_t
impl Send for eth_probe_side_t
impl Sync for eth_probe_side_t
impl Unpin for eth_probe_side_t
impl UnwindSafe for eth_probe_side_t
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
)