Struct geo_math::shapes::triangle::SimpleTriangle
source · struct SimpleTriangle {
base: f32,
height: f32,
}
Fields§
§base: f32
§height: f32
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SimpleTriangle
impl Send for SimpleTriangle
impl Sync for SimpleTriangle
impl Unpin for SimpleTriangle
impl UnwindSafe for SimpleTriangle
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