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