#[repr(C)]pub struct ScePspSVector2 {
pub x: i16,
pub y: i16,
}Fields§
§x: i16§y: i16Trait Implementations§
Source§impl Clone for ScePspSVector2
impl Clone for ScePspSVector2
Source§fn clone(&self) -> ScePspSVector2
fn clone(&self) -> ScePspSVector2
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 moreimpl Copy for ScePspSVector2
Auto Trait Implementations§
impl Freeze for ScePspSVector2
impl RefUnwindSafe for ScePspSVector2
impl Send for ScePspSVector2
impl Sync for ScePspSVector2
impl Unpin for ScePspSVector2
impl UnsafeUnpin for ScePspSVector2
impl UnwindSafe for ScePspSVector2
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