pub struct Shapes {
pub extra_small: f32,
pub small: f32,
pub medium: f32,
pub large: f32,
pub extra_large: f32,
}Fields§
§extra_small: f32§small: f32§medium: f32§large: f32§extra_large: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for Shapes
impl RefUnwindSafe for Shapes
impl Send for Shapes
impl Sync for Shapes
impl Unpin for Shapes
impl UnsafeUnpin for Shapes
impl UnwindSafe for Shapes
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