Struct easy_imgui_sys::ImVec1
source · #[repr(C)]pub struct ImVec1 {
pub x: f32,
}Fields§
§x: f32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ImVec1
impl Send for ImVec1
impl Sync for ImVec1
impl Unpin for ImVec1
impl UnwindSafe for ImVec1
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