#[repr(C)]pub struct SDL_FPoint {
pub x: c_float,
pub y: c_float,
}Expand description
Fields§
§x: c_float§y: c_floatTrait Implementations§
Source§impl Clone for SDL_FPoint
impl Clone for SDL_FPoint
Source§fn clone(&self) -> SDL_FPoint
fn clone(&self) -> SDL_FPoint
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 SDL_FPoint
impl Debug for SDL_FPoint
Source§impl Default for SDL_FPoint
impl Default for SDL_FPoint
Source§fn default() -> SDL_FPoint
fn default() -> SDL_FPoint
Returns the “default value” for a type. Read more
Source§impl PartialEq for SDL_FPoint
impl PartialEq for SDL_FPoint
impl Copy for SDL_FPoint
impl StructuralPartialEq for SDL_FPoint
Auto Trait Implementations§
impl Freeze for SDL_FPoint
impl RefUnwindSafe for SDL_FPoint
impl Send for SDL_FPoint
impl Sync for SDL_FPoint
impl Unpin for SDL_FPoint
impl UnwindSafe for SDL_FPoint
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