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