#[repr(C)]pub struct sfVector2u {
pub x: c_uint,
pub y: c_uint,
}
Fields§
§x: c_uint
§y: c_uint
Trait Implementations§
Source§impl Clone for sfVector2u
impl Clone for sfVector2u
Source§fn clone(&self) -> sfVector2u
fn clone(&self) -> sfVector2u
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 sfVector2u
impl Debug for sfVector2u
Source§impl Hash for sfVector2u
impl Hash for sfVector2u
Source§impl Ord for sfVector2u
impl Ord for sfVector2u
Source§fn cmp(&self, other: &sfVector2u) -> Ordering
fn cmp(&self, other: &sfVector2u) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for sfVector2u
impl PartialEq for sfVector2u
Source§impl PartialOrd for sfVector2u
impl PartialOrd for sfVector2u
impl Copy for sfVector2u
impl Eq for sfVector2u
impl StructuralPartialEq for sfVector2u
Auto Trait Implementations§
impl Freeze for sfVector2u
impl RefUnwindSafe for sfVector2u
impl Send for sfVector2u
impl Sync for sfVector2u
impl Unpin for sfVector2u
impl UnwindSafe for sfVector2u
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