#[repr(C, packed(1))]pub struct AiVector2D {
pub x: c_float,
pub y: c_float,
}
Fields§
§x: c_float
§y: c_float
Trait Implementations§
Source§impl Clone for AiVector2D
impl Clone for AiVector2D
Source§fn clone(&self) -> AiVector2D
fn clone(&self) -> AiVector2D
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AiVector2D
impl Debug for AiVector2D
Source§impl PartialEq for AiVector2D
impl PartialEq for AiVector2D
impl Copy for AiVector2D
impl StructuralPartialEq for AiVector2D
Auto Trait Implementations§
impl Freeze for AiVector2D
impl RefUnwindSafe for AiVector2D
impl Send for AiVector2D
impl Sync for AiVector2D
impl Unpin for AiVector2D
impl UnwindSafe for AiVector2D
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