#[repr(transparent)]pub struct TTF_GPUTextEngineWinding(pub c_int);Expand description
The winding order of the vertices returned by TTF_GetGPUTextDrawData
Available Since: This enum is available since SDL_ttf 3.0.0.
Tuple Fields§
§0: c_intImplementations§
Trait Implementations§
Source§impl Clone for TTF_GPUTextEngineWinding
impl Clone for TTF_GPUTextEngineWinding
Source§fn clone(&self) -> TTF_GPUTextEngineWinding
fn clone(&self) -> TTF_GPUTextEngineWinding
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TTF_GPUTextEngineWinding
impl Debug for TTF_GPUTextEngineWinding
Source§impl Hash for TTF_GPUTextEngineWinding
impl Hash for TTF_GPUTextEngineWinding
Source§impl PartialEq for TTF_GPUTextEngineWinding
impl PartialEq for TTF_GPUTextEngineWinding
impl Copy for TTF_GPUTextEngineWinding
impl Eq for TTF_GPUTextEngineWinding
impl StructuralPartialEq for TTF_GPUTextEngineWinding
Auto Trait Implementations§
impl Freeze for TTF_GPUTextEngineWinding
impl RefUnwindSafe for TTF_GPUTextEngineWinding
impl Send for TTF_GPUTextEngineWinding
impl Sync for TTF_GPUTextEngineWinding
impl Unpin for TTF_GPUTextEngineWinding
impl UnsafeUnpin for TTF_GPUTextEngineWinding
impl UnwindSafe for TTF_GPUTextEngineWinding
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