#[repr(C)]pub struct FsVec3f {
pub x: f32,
pub y: f32,
pub z: f32,
}
Fields§
§x: f32
§y: f32
§z: f32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FsVec3f
impl RefUnwindSafe for FsVec3f
impl Send for FsVec3f
impl Sync for FsVec3f
impl Unpin for FsVec3f
impl UnwindSafe for FsVec3f
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