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