Struct rlbot::flat::Vector3[][src]

#[repr(C)]
pub struct Vector3 { /* fields omitted */ }

Methods

impl Vector3
[src]

Trait Implementations

impl Clone for Vector3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Vector3
[src]

impl Debug for Vector3
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Vector3
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl SafeSliceAccess for Vector3
[src]

impl<'a> Follow<'a> for Vector3
[src]

impl<'a> Follow<'a> for &'a Vector3
[src]

impl<'b> Push for Vector3
[src]

impl<'b> Push for &'b Vector3
[src]

Auto Trait Implementations

impl Send for Vector3

impl Sync for Vector3