pub struct Corners {
pub top_left: f32,
pub top_right: f32,
pub bottom_right: f32,
pub bottom_left: f32,
}Fields§
§top_left: f32§top_right: f32§bottom_right: f32§bottom_left: f32Implementations§
Trait Implementations§
impl Copy for Corners
impl StructuralPartialEq for Corners
Auto Trait Implementations§
impl Freeze for Corners
impl RefUnwindSafe for Corners
impl Send for Corners
impl Sync for Corners
impl Unpin for Corners
impl UnsafeUnpin for Corners
impl UnwindSafe for Corners
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