#[repr(C)]pub struct ImFontAtlasRect {
pub x: c_ushort,
pub y: c_ushort,
pub w: c_ushort,
pub h: c_ushort,
pub uv0: ImVec2,
pub uv1: ImVec2,
}Fields§
§x: c_ushort§y: c_ushort§w: c_ushort§h: c_ushort§uv0: ImVec2§uv1: ImVec2Trait Implementations§
Source§impl Clone for ImFontAtlasRect
impl Clone for ImFontAtlasRect
Source§fn clone(&self) -> ImFontAtlasRect
fn clone(&self) -> ImFontAtlasRect
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 ImFontAtlasRect
impl Debug for ImFontAtlasRect
impl Copy for ImFontAtlasRect
Auto Trait Implementations§
impl Freeze for ImFontAtlasRect
impl RefUnwindSafe for ImFontAtlasRect
impl Send for ImFontAtlasRect
impl Sync for ImFontAtlasRect
impl Unpin for ImFontAtlasRect
impl UnwindSafe for ImFontAtlasRect
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