pub struct SplitGap {
pub rect: LayoutRect,
pub path: Vec<usize>,
pub index: usize,
pub direction: Direction,
}Fields§
§rect: LayoutRect§path: Vec<usize>§index: usize§direction: DirectionTrait Implementations§
Auto Trait Implementations§
impl Freeze for SplitGap
impl RefUnwindSafe for SplitGap
impl Send for SplitGap
impl Sync for SplitGap
impl Unpin for SplitGap
impl UnsafeUnpin for SplitGap
impl UnwindSafe for SplitGap
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