[]Struct sentry::protocol::RegVal

pub struct RegVal(pub u64);

Represents a register value.

Trait Implementations

impl Clone for RegVal

impl Copy for RegVal

impl Debug for RegVal

impl Default for RegVal

impl<'de> Deserialize<'de> for RegVal

impl Display for RegVal

impl Eq for RegVal

impl<T> From<*const T> for RegVal

impl<T> From<*mut T> for RegVal

impl From<i32> for RegVal

impl From<u32> for RegVal

impl From<u64> for RegVal

impl From<usize> for RegVal

impl FromStr for RegVal

type Err = ParseIntError

The associated error which can be returned from parsing.

impl Hash for RegVal

impl Into<u64> for RegVal

impl Ord for RegVal

impl PartialEq<RegVal> for RegVal

impl PartialOrd<RegVal> for RegVal

impl Serialize for RegVal

impl StructuralEq for RegVal

impl StructuralPartialEq for RegVal

Auto Trait Implementations

impl RefUnwindSafe for RegVal

impl Send for RegVal

impl Sync for RegVal

impl Unpin for RegVal

impl UnwindSafe for RegVal

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> SendSyncUnwindSafe for T where
    T: Send + Sync + UnwindSafe + ?Sized

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]