pub enum BigarrayLayout {
CLayout,
FortranLayout,
}Expand description
OCaml Bigarray layout.
Variants§
Implementations§
Source§impl BigarrayLayout
impl BigarrayLayout
Sourcepub fn layout_name(&self) -> &'static str
pub fn layout_name(&self) -> &'static str
Return the layout constant name.
Trait Implementations§
Source§impl Clone for BigarrayLayout
impl Clone for BigarrayLayout
Source§fn clone(&self) -> BigarrayLayout
fn clone(&self) -> BigarrayLayout
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BigarrayLayout
impl Debug for BigarrayLayout
Source§impl PartialEq for BigarrayLayout
impl PartialEq for BigarrayLayout
impl Copy for BigarrayLayout
impl Eq for BigarrayLayout
impl StructuralPartialEq for BigarrayLayout
Auto Trait Implementations§
impl Freeze for BigarrayLayout
impl RefUnwindSafe for BigarrayLayout
impl Send for BigarrayLayout
impl Sync for BigarrayLayout
impl Unpin for BigarrayLayout
impl UnsafeUnpin for BigarrayLayout
impl UnwindSafe for BigarrayLayout
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more