#[repr(C)]pub struct ImVec2 {
pub x: f32,
pub y: f32,
}Fields§
§x: f32§y: f32Implementations§
Trait Implementations§
Source§impl From<ImVec2> for ImPlotRange
impl From<ImVec2> for ImPlotRange
Source§fn from(from: ImVec2) -> ImPlotRange
fn from(from: ImVec2) -> ImPlotRange
Converts to this type from the input type.
impl Copy for ImVec2
impl StructuralPartialEq for ImVec2
Auto Trait Implementations§
impl Freeze for ImVec2
impl RefUnwindSafe for ImVec2
impl Send for ImVec2
impl Sync for ImVec2
impl Unpin for ImVec2
impl UnwindSafe for ImVec2
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