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