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