[][src]Struct pb_jelly::Sfixed32

pub struct Sfixed32(pub i32);

Trait Implementations

impl Clone for Sfixed32[src]

impl Copy for Sfixed32[src]

impl Debug for Sfixed32[src]

impl Default for Sfixed32[src]

impl Deref for Sfixed32[src]

type Target = i32

The resulting type after dereferencing.

impl DerefMut for Sfixed32[src]

impl<'de> Deserialize<'de> for Sfixed32[src]

impl Eq for Sfixed32[src]

impl Hash for Sfixed32[src]

impl Message for Sfixed32[src]

impl Ord for Sfixed32[src]

impl PartialEq<Sfixed32> for Sfixed32[src]

impl PartialOrd<Sfixed32> for Sfixed32[src]

impl Serialize for Sfixed32[src]

impl StructuralEq for Sfixed32[src]

impl StructuralPartialEq for Sfixed32[src]

Auto Trait Implementations

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<T> From<T> for T[src]

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

impl<T, E> Message for T where
    E: Debug,
    T: TryFrom<i32, Error = E> + Into<i32> + ProtoEnum
[src]

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

type Owned = T

The resulting type after obtaining ownership.

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.