struct Rhombus {
s_diagonal: f32,
l_diagonal: f32,
}
Fields§
§s_diagonal: f32
§l_diagonal: f32
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Rhombus
impl Send for Rhombus
impl Sync for Rhombus
impl Unpin for Rhombus
impl UnwindSafe for Rhombus
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