#[repr(C)]pub struct SvgPoint {
pub x: f32,
pub y: f32,
}Fields§
§x: f32§y: f32Implementations§
Trait Implementations§
Source§impl PartialOrd for SvgPoint
impl PartialOrd for SvgPoint
impl Copy for SvgPoint
impl StructuralPartialEq for SvgPoint
Auto Trait Implementations§
impl Freeze for SvgPoint
impl RefUnwindSafe for SvgPoint
impl Send for SvgPoint
impl Sync for SvgPoint
impl Unpin for SvgPoint
impl UnsafeUnpin for SvgPoint
impl UnwindSafe for SvgPoint
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