#[repr(C, align(16))]pub struct Rss {
pub rectangle: Rectangle,
pub radius: f32,
}Fields§
§rectangle: RectangleThe central rectangle.
radius: f32The radius of the swept sphere.
Trait Implementations§
impl Copy for Rss
impl StructuralPartialEq for Rss
Auto Trait Implementations§
impl Freeze for Rss
impl RefUnwindSafe for Rss
impl Send for Rss
impl Sync for Rss
impl Unpin for Rss
impl UnwindSafe for Rss
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