#[repr(C)]pub struct FONStextIter {Show 15 fields
pub x: f32,
pub y: f32,
pub nextx: f32,
pub nexty: f32,
pub scale: f32,
pub spacing: f32,
pub codepoint: c_uint,
pub isize_: c_short,
pub iblur: c_short,
pub font: *mut FONSfont,
pub prevGlyphIndex: c_int,
pub str_: *const c_char,
pub next: *const c_char,
pub end: *const c_char,
pub utf8state: c_uint,
}Fields§
§x: f32§y: f32§nextx: f32§nexty: f32§scale: f32§spacing: f32§codepoint: c_uint§isize_: c_short§iblur: c_short§font: *mut FONSfont§prevGlyphIndex: c_int§str_: *const c_char§next: *const c_char§end: *const c_char§utf8state: c_uintTrait Implementations§
Source§impl Clone for FONStextIter
impl Clone for FONStextIter
Source§fn clone(&self) -> FONStextIter
fn clone(&self) -> FONStextIter
Returns a copy 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 FONStextIter
impl Debug for FONStextIter
impl Copy for FONStextIter
Auto Trait Implementations§
impl Freeze for FONStextIter
impl RefUnwindSafe for FONStextIter
impl !Send for FONStextIter
impl !Sync for FONStextIter
impl Unpin for FONStextIter
impl UnwindSafe for FONStextIter
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