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