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