#[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§
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