#[repr(C, align(16))]pub struct Lss {
pub segment: Segment,
pub radius: f32,
}Fields§
§segment: SegmentThe central line segment.
radius: f32The radius of the capsule.
Trait Implementations§
impl Copy for Lss
impl StructuralPartialEq for Lss
Auto Trait Implementations§
impl Freeze for Lss
impl RefUnwindSafe for Lss
impl Send for Lss
impl Sync for Lss
impl Unpin for Lss
impl UnwindSafe for Lss
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