pub struct TreeVec2 {
pub x: Tree,
pub y: Tree,
}Expand description
2D point/vector/normal.
Fields§
§x: Tree§y: TreeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TreeVec2
impl RefUnwindSafe for TreeVec2
impl !Send for TreeVec2
impl !Sync for TreeVec2
impl Unpin for TreeVec2
impl UnwindSafe for TreeVec2
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