pub struct AxisBound {
pub index: u32,
pub abs: bool,
}Expand description
Bound on a single axis (row or column).
Fields§
§index: u320-based index.
abs: boolTrue if anchored with ‘$’.
Implementations§
Trait Implementations§
impl Copy for AxisBound
impl Eq for AxisBound
impl StructuralPartialEq for AxisBound
Auto Trait Implementations§
impl Freeze for AxisBound
impl RefUnwindSafe for AxisBound
impl Send for AxisBound
impl Sync for AxisBound
impl Unpin for AxisBound
impl UnsafeUnpin for AxisBound
impl UnwindSafe for AxisBound
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