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