#[repr(C)]pub struct ImRect {
pub Min: ImVec2,
pub Max: ImVec2,
}Fields§
§Min: ImVec2§Max: ImVec2Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImRect
impl RefUnwindSafe for ImRect
impl Send for ImRect
impl Sync for ImRect
impl Unpin for ImRect
impl UnwindSafe for ImRect
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