#[repr(C)]pub struct SceFVector2 {
pub x: SceFloat,
pub y: SceFloat,
}Fields§
§x: SceFloat§y: SceFloatTrait Implementations§
Source§impl Clone for SceFVector2
impl Clone for SceFVector2
Source§fn clone(&self) -> SceFVector2
fn clone(&self) -> SceFVector2
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SceFVector2
impl Debug for SceFVector2
impl Copy for SceFVector2
Auto Trait Implementations§
impl Freeze for SceFVector2
impl RefUnwindSafe for SceFVector2
impl Send for SceFVector2
impl Sync for SceFVector2
impl Unpin for SceFVector2
impl UnsafeUnpin for SceFVector2
impl UnwindSafe for SceFVector2
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