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