Struct msfs::sys::NVGtextRow
source · #[repr(C)]pub struct NVGtextRow {
pub start: *const c_char,
pub end: *const c_char,
pub next: *const c_char,
pub width: f32,
pub minx: f32,
pub maxx: f32,
}
Fields§
§start: *const c_char
§end: *const c_char
§next: *const c_char
§width: f32
§minx: f32
§maxx: f32
Trait Implementations§
source§impl Clone for NVGtextRow
impl Clone for NVGtextRow
source§fn clone(&self) -> NVGtextRow
fn clone(&self) -> NVGtextRow
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 NVGtextRow
impl Debug for NVGtextRow
impl Copy for NVGtextRow
Auto Trait Implementations§
impl RefUnwindSafe for NVGtextRow
impl !Send for NVGtextRow
impl !Sync for NVGtextRow
impl Unpin for NVGtextRow
impl UnwindSafe for NVGtextRow
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