#[repr(C, packed(4))]pub struct XYF64 {
pub x: FLOAT64,
pub y: FLOAT64,
}
Fields§
§x: FLOAT64
§y: FLOAT64
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for XYF64
impl Send for XYF64
impl Sync for XYF64
impl Unpin for XYF64
impl UnwindSafe for XYF64
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