pub struct ElementAxis;Expand description
Trait Implementations§
Source§impl<T> AxisIndex<ElementAxis> for Twhere
T: ElementIndex,
impl<T> AxisIndex<ElementAxis> for Twhere
T: ElementIndex,
Source§fn axis_bound(&self) -> usize
fn axis_bound(&self) -> usize
Returns the dense index bound for axis
A on this topology view. Read moreSource§impl Clone for ElementAxis
impl Clone for ElementAxis
Source§fn clone(&self) -> ElementAxis
fn clone(&self) -> ElementAxis
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ElementAxis
Source§impl Debug for ElementAxis
impl Debug for ElementAxis
Source§impl Default for ElementAxis
impl Default for ElementAxis
Source§fn default() -> ElementAxis
fn default() -> ElementAxis
Returns the “default value” for a type. Read more
Source§impl PropertyAxis for ElementAxis
impl PropertyAxis for ElementAxis
Auto Trait Implementations§
impl Freeze for ElementAxis
impl RefUnwindSafe for ElementAxis
impl Send for ElementAxis
impl Sync for ElementAxis
impl Unpin for ElementAxis
impl UnsafeUnpin for ElementAxis
impl UnwindSafe for ElementAxis
Blanket Implementations§
impl<T> Allocation for T
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