#[repr(C)]pub struct ImVec1 {
pub x: f32,
}Fields§
§x: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImVec1
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