Struct reed_solomon_erasure::galois_16::Field [−][src]
The field GF(2^16).
Trait Implementations
impl Clone for Field
[src]
impl Copy for Field
[src]
impl Debug for Field
[src]
impl Default for Field
[src]
impl Eq for Field
[src]
impl Field for Field
[src]
const ORDER: usize
[src]
type Elem = [u8; 2]
The representational type of the field.
fn add(a: [u8; 2], b: [u8; 2]) -> [u8; 2]
[src]
fn mul(a: [u8; 2], b: [u8; 2]) -> [u8; 2]
[src]
fn div(a: [u8; 2], b: [u8; 2]) -> [u8; 2]
[src]
fn exp(elem: [u8; 2], n: usize) -> [u8; 2]
[src]
fn zero() -> [u8; 2]
[src]
fn one() -> [u8; 2]
[src]
fn nth_internal(n: usize) -> [u8; 2]
[src]
fn nth(n: usize) -> Self::Elem
[src]
fn mul_slice(elem: Self::Elem, input: &[Self::Elem], out: &mut [Self::Elem])
[src]
fn mul_slice_add(elem: Self::Elem, input: &[Self::Elem], out: &mut [Self::Elem])
[src]
impl PartialEq<Field> for Field
[src]
impl StructuralEq for Field
[src]
impl StructuralPartialEq for Field
[src]
Auto Trait Implementations
impl RefUnwindSafe for Field
impl Send for Field
impl Sync for Field
impl Unpin for Field
impl UnwindSafe for Field
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,