Enum celestia_types::AxisType
source · #[repr(u8)]pub enum AxisType {
Row = 0,
Col = 1,
}Expand description
Represents either column or row of the ExtendedDataSquare.
Variants§
Trait Implementations§
impl Copy for AxisType
impl Eq for AxisType
impl StructuralPartialEq for AxisType
Auto Trait Implementations§
impl Freeze for AxisType
impl RefUnwindSafe for AxisType
impl Send for AxisType
impl Sync for AxisType
impl Unpin for AxisType
impl UnwindSafe for AxisType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)