#[repr(C)]pub struct sfVertex {
pub position: sfVector2f,
pub color: sfColor,
pub texCoords: sfVector2f,
}Fields§
§position: sfVector2f§color: sfColor§texCoords: sfVector2fTrait Implementations§
Source§impl PartialOrd for sfVertex
impl PartialOrd for sfVertex
impl Copy for sfVertex
impl StructuralPartialEq for sfVertex
Auto Trait Implementations§
impl Freeze for sfVertex
impl RefUnwindSafe for sfVertex
impl Send for sfVertex
impl Sync for sfVertex
impl Unpin for sfVertex
impl UnwindSafe for sfVertex
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