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