[][src]Struct qr_code::decode::gf16::GF16

pub struct GF16(pub u8);

GF16

Implementations

impl GF16[src]

pub const MASK: u8[src]

MASK

Trait Implementations

impl Add<GF16> for GF16[src]

type Output = GF16

The resulting type after applying the + operator.

impl AddAssign<GF16> for GF16[src]

impl Clone for GF16[src]

impl Copy for GF16[src]

impl Debug for GF16[src]

impl Display for GF16[src]

impl Div<GF16> for GF16[src]

type Output = GF16

The resulting type after applying the / operator.

impl DivAssign<GF16> for GF16[src]

impl Eq for GF16[src]

impl From<GF16> for u8[src]

impl From<u8> for GF16[src]

impl GaloisField for GF16[src]

impl Hash for GF16[src]

impl Mul<GF16> for GF16[src]

type Output = GF16

The resulting type after applying the * operator.

impl MulAssign<GF16> for GF16[src]

impl PartialEq<GF16> for GF16[src]

impl Sub<GF16> for GF16[src]

type Output = GF16

The resulting type after applying the - operator.

impl SubAssign<GF16> for GF16[src]

Auto Trait Implementations

impl RefUnwindSafe for GF16

impl Send for GF16

impl Sync for GF16

impl Unpin for GF16

impl UnwindSafe for GF16

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

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

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.