pub struct IncidenceAxis;Expand description
Trait Implementations§
Source§impl<T> AxisIndex<IncidenceAxis> for Twhere
T: IncidenceIndex,
impl<T> AxisIndex<IncidenceAxis> for Twhere
T: IncidenceIndex,
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 IncidenceAxis
impl Clone for IncidenceAxis
Source§fn clone(&self) -> IncidenceAxis
fn clone(&self) -> IncidenceAxis
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 moreSource§impl Debug for IncidenceAxis
impl Debug for IncidenceAxis
Source§impl Default for IncidenceAxis
impl Default for IncidenceAxis
Source§fn default() -> IncidenceAxis
fn default() -> IncidenceAxis
Returns the “default value” for a type. Read more
Source§impl PropertyAxis for IncidenceAxis
impl PropertyAxis for IncidenceAxis
impl Copy for IncidenceAxis
Auto Trait Implementations§
impl Freeze for IncidenceAxis
impl RefUnwindSafe for IncidenceAxis
impl Send for IncidenceAxis
impl Sync for IncidenceAxis
impl Unpin for IncidenceAxis
impl UnsafeUnpin for IncidenceAxis
impl UnwindSafe for IncidenceAxis
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