Struct ndarray_linalg::error::MemoryContError [−][src]
pub struct MemoryContError {}
Error that the memory is not aligned continously
Methods
impl MemoryContError
[src]
impl MemoryContError
Trait Implementations
impl From<MemoryContError> for LinalgError
[src]
impl From<MemoryContError> for LinalgError
fn from(val: MemoryContError) -> Self
[src]
fn from(val: MemoryContError) -> Self
Performs the conversion.
impl Debug for MemoryContError
[src]
impl Debug for MemoryContError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for MemoryContError
[src]
impl Display for MemoryContError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for MemoryContError
[src]
impl Error for MemoryContError
Auto Trait Implementations
impl Send for MemoryContError
impl Send for MemoryContError
impl Sync for MemoryContError
impl Sync for MemoryContError