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