#[repr(C)]pub struct UICharInfo {
pub cursor_pos: Vector2,
pub char_width: f32,
}Expand description
Fields§
§cursor_pos: Vector2§char_width: f32Trait Implementations§
Source§impl ClassIdentity for UICharInfo
impl ClassIdentity for UICharInfo
Source§impl Clone for UICharInfo
impl Clone for UICharInfo
Source§fn clone(&self) -> UICharInfo
fn clone(&self) -> UICharInfo
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UICharInfo
Auto Trait Implementations§
impl Freeze for UICharInfo
impl RefUnwindSafe for UICharInfo
impl Send for UICharInfo
impl Sync for UICharInfo
impl Unpin for UICharInfo
impl UnwindSafe for UICharInfo
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)