[−][src]Enum rulinalg::matrix::DiagOffset
Diagonal offset (used by Diagonal iterator).
Variants
MainThe main diagonal of the matrix.
Above(usize)An offset above the main diagonal.
Below(usize)An offset below the main diagonal.
Trait Implementations
impl PartialEq<DiagOffset> for DiagOffset[src]
fn eq(&self, other: &DiagOffset) -> bool[src]
fn ne(&self, other: &DiagOffset) -> bool[src]
impl From<i8> for DiagOffset[src]
impl From<i16> for DiagOffset[src]
impl From<i32> for DiagOffset[src]
impl From<i64> for DiagOffset[src]
impl From<isize> for DiagOffset[src]
impl Debug for DiagOffset[src]
Auto Trait Implementations
impl Sync for DiagOffset
impl Send for DiagOffset
impl Unpin for DiagOffset
impl UnwindSafe for DiagOffset
impl RefUnwindSafe for DiagOffset
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for 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.
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,