#[repr(C)]pub struct sfVector2f {
pub x: f32,
pub y: f32,
}
Fields§
§x: f32
§y: f32
Trait Implementations§
Source§impl Clone for sfVector2f
impl Clone for sfVector2f
Source§fn clone(&self) -> sfVector2f
fn clone(&self) -> sfVector2f
Returns a duplicate 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 sfVector2f
impl Debug for sfVector2f
Source§impl PartialEq for sfVector2f
impl PartialEq for sfVector2f
Source§impl PartialOrd for sfVector2f
impl PartialOrd for sfVector2f
impl Copy for sfVector2f
impl StructuralPartialEq for sfVector2f
Auto Trait Implementations§
impl Freeze for sfVector2f
impl RefUnwindSafe for sfVector2f
impl Send for sfVector2f
impl Sync for sfVector2f
impl Unpin for sfVector2f
impl UnwindSafe for sfVector2f
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