Struct easy_imgui::ItemWidth
source · pub struct ItemWidth(pub f32);Tuple Fields§
§0: f32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ItemWidth
impl Send for ItemWidth
impl Sync for ItemWidth
impl Unpin for ItemWidth
impl UnwindSafe for ItemWidth
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